diff options
author | Frederic Culot <culot@FreeBSD.org> | 2010-11-04 19:19:08 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2010-11-04 19:19:08 +0000 |
commit | f2c505865fb39ddb308d0e7f28e202a3b4488934 (patch) | |
tree | b563ec62519133a0c4f2bec5601e277563a333ac /devel/p5-Test-Inter | |
parent | 3a01694ec20a4442c470e57354d1a8734792709c (diff) |
Notes
Diffstat (limited to 'devel/p5-Test-Inter')
-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 |
4 files changed, 31 insertions, 0 deletions
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 |