aboutsummaryrefslogtreecommitdiff
path: root/sysutils/timelimit/Makefile
blob: 02921619c7919def95552be6307fcce58839f9e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: roam@FreeBSD.org
# $FreeBSD$

PORTNAME=	timelimit
PORTVERSION=	1.8
CATEGORIES=	sysutils
MASTER_SITES=	http://devel.ringlet.net/sysutils/timelimit/

MAINTAINER=	eadler@FreeBSD.org
COMMENT=	Limit the absolute execution time of a process

LICENSE=	BSD

CONFLICTS=	netpipes-[0-9]*

MAN1=		timelimit.1
PLIST_FILES=	bin/timelimit

NO_STAGE=	yes
do-install:
		${INSTALL_PROGRAM} ${WRKSRC}/timelimit ${PREFIX}/bin
		${INSTALL_DATA} ${WRKSRC}/timelimit.1 ${PREFIX}/man/man1/

.include <bsd.port.mk>