aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Manifest
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Test-Manifest')
-rw-r--r--devel/p5-Test-Manifest/Makefile23
-rw-r--r--devel/p5-Test-Manifest/distinfo1
-rw-r--r--devel/p5-Test-Manifest/pkg-descr6
-rw-r--r--devel/p5-Test-Manifest/pkg-plist4
4 files changed, 34 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>
diff --git a/devel/p5-Test-Manifest/distinfo b/devel/p5-Test-Manifest/distinfo
new file mode 100644
index 000000000000..14cf53407b1b
--- /dev/null
+++ b/devel/p5-Test-Manifest/distinfo
@@ -0,0 +1 @@
+MD5 (Test-Manifest-0.92.tar.gz) = 4f3c134e0d12a62ffc9ac28cdb78507d
diff --git a/devel/p5-Test-Manifest/pkg-descr b/devel/p5-Test-Manifest/pkg-descr
new file mode 100644
index 000000000000..5fc9ff79771b
--- /dev/null
+++ b/devel/p5-Test-Manifest/pkg-descr
@@ -0,0 +1,6 @@
+Test::Manifest looks in the t/test_manifest file to find out which tests you
+want to run and the order in which you want to run them. It constructs the
+right value for MakeMaker to do the right thing.
+
+
+WWW: http://search.cpan.org/author/PETDANCE/Test-Manifest-0.92/
diff --git a/devel/p5-Test-Manifest/pkg-plist b/devel/p5-Test-Manifest/pkg-plist
new file mode 100644
index 000000000000..c386ac73e073
--- /dev/null
+++ b/devel/p5-Test-Manifest/pkg-plist
@@ -0,0 +1,4 @@
+%%SITE_PERL%%/Test/Manifest.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Manifest/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Manifest
+@unexec rmdir %D/%%SITE_PERL%%/Test 2>/dev/null || true