diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Test-Inter/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-Test-Inter/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Test-Inter/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-Test-Inter/pkg-plist | 3 |
5 files changed, 32 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index d934a529e38c..2e28ef8a14ac 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2224,6 +2224,7 @@ SUBDIR += p5-Test-HasVersion SUBDIR += p5-Test-HexString SUBDIR += p5-Test-Inline + SUBDIR += p5-Test-Inter SUBDIR += p5-Test-JSON SUBDIR += p5-Test-Kwalitee SUBDIR += p5-Test-LectroTest diff --git a/devel/p5-Test-Inter/Makefile b/devel/p5-Test-Inter/Makefile new file mode 100644 index 000000000000..0648dd97c8ef --- /dev/null +++ b/devel/p5-Test-Inter/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: Test-Inter +# Date created: 2010-11-03 +# Whom: Frederic Culot <culot@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Test-Inter +PORTVERSION= 1.01 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= culot@FreeBSD.org +COMMENT= Framework for more readable interactive test scripts + +PERL_MODBUILD= yes + +MAN3= Test::Inter.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Test-Inter/distinfo b/devel/p5-Test-Inter/distinfo new file mode 100644 index 000000000000..ec38dcf3209f --- /dev/null +++ b/devel/p5-Test-Inter/distinfo @@ -0,0 +1,2 @@ +SHA256 (Test-Inter-1.01.tar.gz) = 76437bccfc1c819fea3d1dcd4d127a6b60f76bc83797013fb55f8ad00e90f30a +SIZE (Test-Inter-1.01.tar.gz) = 36474 diff --git a/devel/p5-Test-Inter/pkg-descr b/devel/p5-Test-Inter/pkg-descr new file mode 100644 index 000000000000..5c89b314fb5c --- /dev/null +++ b/devel/p5-Test-Inter/pkg-descr @@ -0,0 +1,5 @@ +This is another framework for writing test scripts. It is loosely +inspired by Test::More, and has most of its functionality, but it +is not a drop-in replacement. + +WWW: http://search.cpan.org/dist/Test-Inter/ diff --git a/devel/p5-Test-Inter/pkg-plist b/devel/p5-Test-Inter/pkg-plist new file mode 100644 index 000000000000..64efa7b4326b --- /dev/null +++ b/devel/p5-Test-Inter/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/Test/Inter.pm +%%SITE_PERL%%/Test/Inter.pod +@dirrmtry %%SITE_PERL%%/Test |