freebsd-ports/sysutils/timelimit/Makefile
Sunpoet Po-Chuan Hsieh 8ed0ec2c37 Update to 1.9.0
- Update MASTER_SITES
- Update WWW

Changes:	https://devel.ringlet.net/sysutils/timelimit/NEWS
2018-04-15 20:02:46 +00:00

26 lines
606 B
Makefile

# Created by: roam@FreeBSD.org
# $FreeBSD$
PORTNAME= timelimit
PORTVERSION= 1.9.0
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
LICENSE= BSD2CLAUSE
# bin/timelimit man/man1/timelimit.1.gz
CONFLICTS_INSTALL= netpipes
USES= tar:xz
PLIST_FILES= bin/timelimit man/man1/timelimit.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/timelimit ${STAGEDIR}${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/timelimit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
.include <bsd.port.mk>