diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-09-01 22:52:34 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-09-01 22:52:34 +0800 |
commit | 59213f863a80f2f055fb0277961847a201eaf287 (patch) | |
tree | 0e86939c77927361b4d532e25a56b9ba65b21de8 /devel | |
parent | 5534127eebbb99eb76c98ae8d9c90a9a5c03f5da (diff) | |
download | freebsd-ports-gnome-59213f863a80f2f055fb0277961847a201eaf287.tar.gz freebsd-ports-gnome-59213f863a80f2f055fb0277961847a201eaf287.tar.zst freebsd-ports-gnome-59213f863a80f2f055fb0277961847a201eaf287.zip |
Add new port p5-Test-Manifest: Perl module to interact with a t/test_manifest
file
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 |