aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Proc-PIDFile/Makefile
diff options
context:
space:
mode:
authorKelly Yancey <kbyanc@FreeBSD.org>2002-11-08 21:18:18 +0000
committerKelly Yancey <kbyanc@FreeBSD.org>2002-11-08 21:18:18 +0000
commitbd9888119d5a96c09b3788c2b3f55887f42987c1 (patch)
treec07f172f5b3d3d7d9a4c1313915ee6f71a00df55 /devel/p5-Proc-PIDFile/Makefile
parente2b905cf745b13a9d1b2fe5282db16c4bcd082c4 (diff)
Notes
Diffstat (limited to 'devel/p5-Proc-PIDFile/Makefile')
-rw-r--r--devel/p5-Proc-PIDFile/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/p5-Proc-PIDFile/Makefile b/devel/p5-Proc-PIDFile/Makefile
new file mode 100644
index 000000000000..6918def9b721
--- /dev/null
+++ b/devel/p5-Proc-PIDFile/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: p5-Proc-PID_File
+# Date created: 08 November 2002
+# Whom: Kelly Yancey <kbyanc@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Proc-PIDFile
+PORTVERSION= 0.03
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Proc
+PKGNAMEPREFIX= p5-
+DISTNAME= Proc-PID_File-${PORTVERSION}
+
+MAINTAINER= kbyanc@FreeBSD.org
+
+PERL_CONFIGURE= YES
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Proc::PID_File.3
+
+.include <bsd.port.mk>