diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Module-Install-AuthorTests/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-Module-Install-AuthorTests/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Module-Install-AuthorTests/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-Module-Install-AuthorTests/pkg-plist | 3 |
5 files changed, 36 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index f7eb29179cdf..414aef054fde 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1523,6 +1523,7 @@ SUBDIR += p5-Module-Info SUBDIR += p5-Module-Info-File SUBDIR += p5-Module-Install + SUBDIR += p5-Module-Install-AuthorTests SUBDIR += p5-Module-List SUBDIR += p5-Module-Load SUBDIR += p5-Module-Load-Conditional diff --git a/devel/p5-Module-Install-AuthorTests/Makefile b/devel/p5-Module-Install-AuthorTests/Makefile new file mode 100644 index 000000000000..61c3730c18a8 --- /dev/null +++ b/devel/p5-Module-Install-AuthorTests/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: Module::Install::AuthorTests +# Date created: 22 Jan 2009 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Module-Install-AuthorTests +PORTVERSION= 0.002 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to designate tests only run by module authors + +RUN_DEPENDS= \ + p5-Module-Install>0:${PORTSDIR}/devel/p5-Module-Install +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Module::Install::AuthorTests.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Module-Install-AuthorTests/distinfo b/devel/p5-Module-Install-AuthorTests/distinfo new file mode 100644 index 000000000000..34f968bacc73 --- /dev/null +++ b/devel/p5-Module-Install-AuthorTests/distinfo @@ -0,0 +1,3 @@ +MD5 (Module-Install-AuthorTests-0.002.tar.gz) = f1b95c8385c1284e281a9bc6a5f10532 +SHA256 (Module-Install-AuthorTests-0.002.tar.gz) = 4025722de6357edf53c28501b00e7da92cd2f9fc611ba0753761a0e1dff32d88 +SIZE (Module-Install-AuthorTests-0.002.tar.gz) = 12654 diff --git a/devel/p5-Module-Install-AuthorTests/pkg-descr b/devel/p5-Module-Install-AuthorTests/pkg-descr new file mode 100644 index 000000000000..cc4f048b4dcf --- /dev/null +++ b/devel/p5-Module-Install-AuthorTests/pkg-descr @@ -0,0 +1,4 @@ +Module::Install::AuthorTests designate tests only run by module +authors. + +WWW: http://search.cpan.org/dist/Module-Install-AuthorTests/ diff --git a/devel/p5-Module-Install-AuthorTests/pkg-plist b/devel/p5-Module-Install-AuthorTests/pkg-plist new file mode 100644 index 000000000000..9fd76ad1925a --- /dev/null +++ b/devel/p5-Module-Install-AuthorTests/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/Module/Install/AuthorTests.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Install/AuthorTests/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Install/AuthorTests |