blob: 897a91788bd92ddab362cf3c99571b2596094664 (
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
25
|
# Created by: roam@FreeBSD.org
# $FreeBSD$
PORTNAME= stalepid
PORTVERSION= 1.0.b1
CATEGORIES= sysutils
MASTER_SITES= http://devel.ringlet.net/sysutils/stalepid/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/}
MAINTAINER= eadler@FreeBSD.org
COMMENT= Check for stale pid files and remove them
RUN_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error
USES= perl5
USE_PERL5= run
WRKSRC= ${WRKDIR}/${DISTNAME}
MAN1= stalepid.1
MANCOMPRESSED= yes
PLIST_FILES= bin/stalepid
NO_STAGE= yes
.include <bsd.port.mk>
|