25 lines
613 B
Makefile
25 lines
613 B
Makefile
PORTNAME= timelimit
|
|
PORTVERSION= 1.9.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://devel.ringlet.net/files/sys/timelimit/ \
|
|
LOCAL/sunpoet
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Limit the absolute execution time of a process
|
|
WWW= https://devel.ringlet.net/sysutils/timelimit/
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= tar:xz
|
|
|
|
PLIST_FILES= bin/timelimit share/man/man1/timelimit.1.gz
|
|
|
|
CONFLICTS_INSTALL= netpipes # bin/timelimit
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/timelimit ${STAGEDIR}${PREFIX}/bin/
|
|
${INSTALL_MAN} ${WRKSRC}/timelimit.1 ${STAGEDIR}${PREFIX}/share/man/man1/
|
|
|
|
.include <bsd.port.mk>
|