freebsd-ports/sysutils/stalepid/Makefile
Mark Linimon 9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00

27 lines
571 B
Makefile

# New ports collection makefile for: stalepid
# Date created: 4 December 2003
# Whom: 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= roam@FreeBSD.org
COMMENT= Check for stale pid files and remove them
RUN_DEPENDS= ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error
USE_PERL5_RUN= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
MAN1= stalepid.1
MANCOMPRESSED= yes
PLIST_FILES= bin/stalepid
.include <bsd.port.mk>