Edit

IABSD.fr/ports/sysutils/multitime/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 17:16:22
    Hash : f372f5ac
    Message : MASTER_SITES -> SITES

  • sysutils/multitime/Makefile
  • COMMENT =		time multiple executions of a command
    
    DISTNAME =		multitime-1.3
    CATEGORIES =		sysutils
    
    HOMEPAGE =		http://tratt.net/laurie/src/multitime/
    
    MAINTAINER =		Laurence Tratt <laurie@tratt.net>
    
    # BSD / MIT
    PERMIT_PACKAGE =	Yes
    
    SITES =			${HOMEPAGE}releases/
    
    CONFIGURE_STYLE =	gnu
    
    NO_TEST =		Yes
    
    WANTLIB =		c m
    
    .include <bsd.port.mk>