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

PORTNAME=	stalepid
PORTVERSION=	1.0.2
CATEGORIES=	sysutils
MASTER_SITES=	https://devel.ringlet.net/files/sys/stalepid/

MAINTAINER=	driesm.michiels@gmail.com
COMMENT=	Check for stale pid files and remove them

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>