diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-09-01 14:52:34 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-09-01 14:52:34 +0000 |
commit | 90e43c5d9815dd184a723072da4ea3ad8e9ab0a6 (patch) | |
tree | a63fa1041059bf8ea56b57fccafe20adb980d734 /devel | |
parent | 42007bf760784c4c9c855739c6671d5e934c6a44 (diff) | |
download | ports-90e43c5d9815dd184a723072da4ea3ad8e9ab0a6.tar.gz ports-90e43c5d9815dd184a723072da4ea3ad8e9ab0a6.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Test-Manifest/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-Test-Manifest/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Test-Manifest/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-Test-Manifest/pkg-plist | 4 |
5 files changed, 35 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 0cf293320e2a..a061baa321ff 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -754,6 +754,7 @@ SUBDIR += p5-Test-Exception SUBDIR += p5-Test-Harness SUBDIR += p5-Test-Inline + SUBDIR += p5-Test-Manifest SUBDIR += p5-Test-MockObject SUBDIR += p5-Test-Pod SUBDIR += p5-Test-Simple 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 |