23 lines
427 B
Makefile
23 lines
427 B
Makefile
|
# 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= ${MASTER_SITE_PERL_CPAN}
|
||
|
MASTER_SITE_SUBDIR= Proc
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= gslin@gslin.org
|
||
|
COMMENT= PID file management utilities
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= Proc::PidUtil.3
|
||
|
|
||
|
.include <bsd.port.mk>
|