freebsd-ports/devel/p5-Proc-ProcessTable/Makefile
Pete Fritchman acdea2b2a5 - upgrade to 0.39
- remove redundant 'DESCRIPTION' header from pkg-descr

PR:		60410
Submitted by:	maintainer
2003-12-21 17:03:51 +00:00

25 lines
594 B
Makefile

# New ports collection makefile for: Proc-ProcessTable
# Date created: Tue Jun 26 12:46:19 EDT 2001
# Whom: Michael Johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= Proc-ProcessTable
PORTVERSION= 0.39
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Proc
PKGNAMEPREFIX= p5-
MAINTAINER= ahze@ahze.net
COMMENT= Perl interface to the unix process table
PERL_CONFIGURE= YES
MAN3= Proc::ProcessTable::Process.3 \
Proc::Killall.3 \
Proc::ProcessTable.3 \
Proc::Killfam.3
.include <bsd.port.mk>