summaryrefslogtreecommitdiff
path: root/sysutils/p5-Proc-PidUtil/Makefile
blob: c12eaa9d705c20eca3b02a0c6be6488a25771984 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	p5-Proc-PidUtil
# Date created:		2006-09-11
# Whom:			Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=	Proc-PidUtil
PORTVERSION=	0.08
CATEGORIES=	sysutils perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	gslin@gslin.org
COMMENT=	PID file management utilities

PERL_CONFIGURE=	yes

MAN3=		Proc::PidUtil.3

.include <bsd.port.mk>