From 90e43c5d9815dd184a723072da4ea3ad8e9ab0a6 Mon Sep 17 00:00:00 2001 From: Foxfair Hu Date: Mon, 1 Sep 2003 14:52:34 +0000 Subject: Add new port p5-Test-Manifest: Perl module to interact with a t/test_manifest file --- devel/p5-Test-Manifest/Makefile | 23 +++++++++++++++++++++++ devel/p5-Test-Manifest/distinfo | 1 + devel/p5-Test-Manifest/pkg-descr | 6 ++++++ devel/p5-Test-Manifest/pkg-plist | 4 ++++ 4 files changed, 34 insertions(+) create mode 100644 devel/p5-Test-Manifest/Makefile create mode 100644 devel/p5-Test-Manifest/distinfo create mode 100644 devel/p5-Test-Manifest/pkg-descr create mode 100644 devel/p5-Test-Manifest/pkg-plist (limited to 'devel/p5-Test-Manifest') 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 +# +# $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 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 -- cgit v1.2.3