diff options
author | lth <lth@FreeBSD.org> | 2007-03-08 03:45:41 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2007-03-08 03:45:41 +0800 |
commit | f991b0d2acb523d38051973f4b6b4067355b1706 (patch) | |
tree | a1195137f896e4f71882ae528a4747877c6cb7dd /devel | |
parent | 54e58a0054514db1be86ba94b8a2690763e55ab4 (diff) | |
download | freebsd-ports-gnome-f991b0d2acb523d38051973f4b6b4067355b1706.tar.gz freebsd-ports-gnome-f991b0d2acb523d38051973f4b6b4067355b1706.tar.zst freebsd-ports-gnome-f991b0d2acb523d38051973f4b6b4067355b1706.zip |
Add p5-Test-Script 1.02, Cross-platform basic tests for scripts.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Test-Script/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Test-Script/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Test-Script/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-Test-Script/pkg-plist | 5 |
5 files changed, 37 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index d96c17640f9b..cddb11fc93f9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1501,6 +1501,7 @@ SUBDIR += p5-Test-Pod-Coverage SUBDIR += p5-Test-RandomResults SUBDIR += p5-Test-Reporter + SUBDIR += p5-Test-Script SUBDIR += p5-Test-Simple SUBDIR += p5-Test-Singleton SUBDIR += p5-Test-Strict diff --git a/devel/p5-Test-Script/Makefile b/devel/p5-Test-Script/Makefile new file mode 100644 index 000000000000..ef554947ed2b --- /dev/null +++ b/devel/p5-Test-Script/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: devel/p5-Test-Script +# Date created: Wed Mar 7 20:14:32 CET 2007 +# Whom: lth@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= Test-Script +PORTVERSION= 1.02 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Test +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= Test::Script - Cross-platform basic tests for scripts + +PERL_CONFIGURE= yes + +MAN3= Test::Script.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Test-Script/distinfo b/devel/p5-Test-Script/distinfo new file mode 100644 index 000000000000..9ff5d159d6df --- /dev/null +++ b/devel/p5-Test-Script/distinfo @@ -0,0 +1,3 @@ +MD5 (Test-Script-1.02.tar.gz) = affeb47b8c7b9f1eb6ff346daa85784d +SHA256 (Test-Script-1.02.tar.gz) = 36bc14bee54987e4c02fa828c8e90b5d9244ee8fe14aee5a88f2ec3132538b02 +SIZE (Test-Script-1.02.tar.gz) = 21125 diff --git a/devel/p5-Test-Script/pkg-descr b/devel/p5-Test-Script/pkg-descr new file mode 100644 index 000000000000..d14e7e49465a --- /dev/null +++ b/devel/p5-Test-Script/pkg-descr @@ -0,0 +1,6 @@ +Test::Script - Cross-platform basic tests for scripts + +The intent of this module is to provide a series of basic tests for +scripts in the bin directory of your Perl distribution. + +WWW: http://search.cpan.org/dist/Test-Script/ diff --git a/devel/p5-Test-Script/pkg-plist b/devel/p5-Test-Script/pkg-plist new file mode 100644 index 000000000000..4ce829a9bce4 --- /dev/null +++ b/devel/p5-Test-Script/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Test/Script.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Script/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Script +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test +@dirrmtry %%SITE_PERL%%/Test |