aboutsummaryrefslogtreecommitdiff
path: root/sysutils/stalepid/Makefile
blob: a1e63ca5f76226d0ca408b044494e448aa3dbbd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	stalepid
PORTVERSION=	1.0.2
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	https://devel.ringlet.net/files/sys/stalepid/

MAINTAINER=	driesm@FreeBSD.org
COMMENT=	Check for stale pid files and remove them
WWW=		https://devel.ringlet.net/sysutils/stalepid/

LICENSE=	BSD2CLAUSE

RUN_DEPENDS=	p5-Error>=0:lang/p5-Error

USES=		perl5 shebangfix uidfix
USE_PERL5=	run

SHEBANG_FILES=	${WRKSRC}/stalepid.pl

PLIST_FILES=	bin/stalepid share/man/man1/stalepid.1.gz

.include <bsd.port.mk>