freebsd-ports/devel/p5-Proc-ProcessTable/Makefile

34 lines
725 B
Makefile
Raw Normal View History

# 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
2008-07-28 21:25:18 +02:00
PORTVERSION= 0.44
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
2003-02-21 12:23:04 +01:00
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
PORTDOCS= README README.freebsd
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>