diff options
author | Lars Thegler <lth@FreeBSD.org> | 2007-04-10 08:12:10 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2007-04-10 08:12:10 +0000 |
commit | 84c30893a07d75444696c02ac1aa4f4d7ea43cd4 (patch) | |
tree | 8e7427b93ee654b619ecb5d6f95c56e25a8067e7 /devel/p5-Test-Group | |
parent | b688f80ce059ef3ba8bba7a90a64e4d7451fffba (diff) | |
download | ports-84c30893a07d75444696c02ac1aa4f4d7ea43cd4.tar.gz ports-84c30893a07d75444696c02ac1aa4f4d7ea43cd4.zip |
Notes
Diffstat (limited to 'devel/p5-Test-Group')
-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 |
4 files changed, 36 insertions, 0 deletions
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 |