aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Manifest/Makefile
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-09-01 14:52:34 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-09-01 14:52:34 +0000
commit90e43c5d9815dd184a723072da4ea3ad8e9ab0a6 (patch)
treea63fa1041059bf8ea56b57fccafe20adb980d734 /devel/p5-Test-Manifest/Makefile
parent42007bf760784c4c9c855739c6671d5e934c6a44 (diff)
Notes
Diffstat (limited to 'devel/p5-Test-Manifest/Makefile')
-rw-r--r--devel/p5-Test-Manifest/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/p5-Test-Manifest/Makefile b/devel/p5-Test-Manifest/Makefile
new file mode 100644
index 000000000000..6ef30c7b0813
--- /dev/null
+++ b/devel/p5-Test-Manifest/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: p5-Test-Manifest
+# Date created: 01 Nov 2003
+# Whom: Foxfair Hu <foxfair@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Test-Manifest
+PORTVERSION= 0.92
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Test
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Perl module to interact with a t/test_manifest file
+
+PERL_CONFIGURE= YES
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Test::Manifest.3
+
+.include <bsd.port.mk>