mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
af0d1aa47a
PR: ports/41255 Submitted by: maintainer
26 lines
590 B
Makefile
26 lines
590 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.35
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Proc
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ahze@rgv.net
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
MAN3= Proc::ProcessTable::Process.3 \
|
|
Proc::Killall.3 \
|
|
Proc::ProcessTable.3 \
|
|
Proc::Killfam.3
|
|
|
|
.include <bsd.port.mk>
|