aboutsummaryrefslogtreecommitdiff
path: root/sysutils/stalepid/Makefile
blob: 1f19976831bb9aff2c25432a32c16f0c69e32ed8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	stalepid
PORTVERSION=	1.0.2
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 man/man1/stalepid.1.gz

.include <bsd.port.mk>