diff options
author | lth <lth@FreeBSD.org> | 2007-04-10 16:12:10 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2007-04-10 16:12:10 +0800 |
commit | 2c8d861aaa4376e2f0180942df725c622dac3ea4 (patch) | |
tree | ed66f37af7dd241967102e9313b95ced65438ee3 /devel | |
parent | af5b72717315497e30a7e93035672fb1b1eeb8dc (diff) | |
download | freebsd-ports-gnome-2c8d861aaa4376e2f0180942df725c622dac3ea4.tar.gz freebsd-ports-gnome-2c8d861aaa4376e2f0180942df725c622dac3ea4.tar.zst freebsd-ports-gnome-2c8d861aaa4376e2f0180942df725c622dac3ea4.zip |
Add p5-Test-Group 0.07, group together related tests in a test suite.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Test-Group/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-Test-Group/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Test-Group/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-Test-Group/pkg-plist | 2 |
5 files changed, 37 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7df7c4cb6105..e661d9ab9708 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1502,6 +1502,7 @@ SUBDIR += p5-Test-Expect SUBDIR += p5-Test-File SUBDIR += p5-Test-File-Contents + SUBDIR += p5-Test-Group SUBDIR += p5-Test-HTML-Tidy SUBDIR += p5-Test-Harness SUBDIR += p5-Test-HasVersion diff --git a/devel/p5-Test-Group/Makefile b/devel/p5-Test-Group/Makefile new file mode 100644 index 000000000000..df9ee2ac5092 --- /dev/null +++ b/devel/p5-Test-Group/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: devel/p5-Test-Group +# Date created: 10 April 2007 +# Whom: Lars Thegler <lth@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Test-Group +PORTVERSION= 0.07 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Test +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= Group together related tests in a test suite + +RUN_DEPENDS= p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_MODBUILD= yes + +MAN3= Test::Group.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Test-Group/distinfo b/devel/p5-Test-Group/distinfo new file mode 100644 index 000000000000..d93de0289fd0 --- /dev/null +++ b/devel/p5-Test-Group/distinfo @@ -0,0 +1,3 @@ +MD5 (Test-Group-0.07.tar.gz) = e81be176dae6ac3666bbaf2baad2d7ca +SHA256 (Test-Group-0.07.tar.gz) = 68d5c490e8d283a044f40fbfb1919c11712de9393d63bc14275bd6ea1b15ba89 +SIZE (Test-Group-0.07.tar.gz) = 34043 diff --git a/devel/p5-Test-Group/pkg-descr b/devel/p5-Test-Group/pkg-descr new file mode 100644 index 000000000000..2bbf121c4bab --- /dev/null +++ b/devel/p5-Test-Group/pkg-descr @@ -0,0 +1,6 @@ +Fed up with counting tests to discover what went wrong in your last +test run? Tired of squinting at your test source to find out where +on earth the faulty test predicate is called, and what it is supposed +to check for? Then this module is for you! + +WWW: http://search.cpan.org/dist/Test-Group/ diff --git a/devel/p5-Test-Group/pkg-plist b/devel/p5-Test-Group/pkg-plist new file mode 100644 index 000000000000..046a01ffcdc3 --- /dev/null +++ b/devel/p5-Test-Group/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Test/Group.pm +@dirrmtry %%SITE_PERL%%/Test |