diff options
author | miwi <miwi@FreeBSD.org> | 2011-01-30 19:49:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-01-30 19:49:50 +0800 |
commit | 56c21546bbd5352614c0d5d0d9c20c0ed2969288 (patch) | |
tree | 28b88895a80ae6ad1f07061f32fcb034ba73bf04 /devel | |
parent | 66875ad217bdfd9769f627f4799280b48d44161a (diff) | |
download | freebsd-ports-gnome-56c21546bbd5352614c0d5d0d9c20c0ed2969288.tar.gz freebsd-ports-gnome-56c21546bbd5352614c0d5d0d9c20c0ed2969288.tar.zst freebsd-ports-gnome-56c21546bbd5352614c0d5d0d9c20c0ed2969288.zip |
Syntactic sugar for Test::Mini
WWW: http://search.cpan.org/dist/Test-Mini-Unit/
PR: ports/154199
Submitted by: Kurt Lidl <kurt.lidl at cello.com>
Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Test-Mini-Unit/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-Test-Mini-Unit/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Test-Mini-Unit/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Test-Mini-Unit/pkg-plist | 17 |
5 files changed, 48 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index d4dfde504952..11cf78d050ec 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2284,6 +2284,7 @@ SUBDIR += p5-Test-Manifest SUBDIR += p5-Test-Memory-Cycle SUBDIR += p5-Test-Mini + SUBDIR += p5-Test-Mini-Unit SUBDIR += p5-Test-Mock-LWP SUBDIR += p5-Test-MockModule SUBDIR += p5-Test-MockObject diff --git a/devel/p5-Test-Mini-Unit/Makefile b/devel/p5-Test-Mini-Unit/Makefile new file mode 100644 index 000000000000..838778f8c12c --- /dev/null +++ b/devel/p5-Test-Mini-Unit/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Test-Mini-Unit +# Date created: 2011-01-13 +# Whom: Kurt Lidl <kurt.lidl@cello.com> +# +# $FreeBSD$ +# + +PORTNAME= Test-Mini-Unit +PORTVERSION= v1.0.1 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN/../../authors/id/P/PV/PVANDE +PKGNAMEPREFIX= p5- + +MAINTAINER= kurt.lidl@cello.com +COMMENT= Declarative syntactic sugar for Test::Mini + +BUILD_DEPENDS= p5-Devel-Declare>=0.6.0:${PORTSDIR}/devel/p5-Devel-Declare \ + p5-Test-Mini>=v1.1.1:${PORTSDIR}/devel/p5-Test-Mini + +PERL_CONFIGURE= yes + +MAN3= Test::Mini::README.3 \ + Test::Mini::Unit.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Test-Mini-Unit/distinfo b/devel/p5-Test-Mini-Unit/distinfo new file mode 100644 index 000000000000..df57b072206e --- /dev/null +++ b/devel/p5-Test-Mini-Unit/distinfo @@ -0,0 +1,2 @@ +SHA256 (Test-Mini-Unit-v1.0.1.tar.gz) = deceb39636b870a7a101e318636f3e79255f8e3e948456e21505e773a0a35844 +SIZE (Test-Mini-Unit-v1.0.1.tar.gz) = 11141 diff --git a/devel/p5-Test-Mini-Unit/pkg-descr b/devel/p5-Test-Mini-Unit/pkg-descr new file mode 100644 index 000000000000..5f662a01170c --- /dev/null +++ b/devel/p5-Test-Mini-Unit/pkg-descr @@ -0,0 +1,3 @@ +Syntactic sugar for Test::Mini + +WWW: http://search.cpan.org/dist/Test-Mini-Unit/ diff --git a/devel/p5-Test-Mini-Unit/pkg-plist b/devel/p5-Test-Mini-Unit/pkg-plist new file mode 100644 index 000000000000..2248febf2c24 --- /dev/null +++ b/devel/p5-Test-Mini-Unit/pkg-plist @@ -0,0 +1,17 @@ +%%SITE_PERL%%/Test/Mini/README.pod +%%SITE_PERL%%/Test/Mini/Unit.pm +%%SITE_PERL%%/Test/Mini/Unit.pod +%%SITE_PERL%%/Test/Mini/Unit/SharedBehavior.pm +%%SITE_PERL%%/Test/Mini/Unit/Sugar/Advice.pm +%%SITE_PERL%%/Test/Mini/Unit/Sugar/Reuse.pm +%%SITE_PERL%%/Test/Mini/Unit/Sugar/Shared.pm +%%SITE_PERL%%/Test/Mini/Unit/Sugar/Test.pm +%%SITE_PERL%%/Test/Mini/Unit/Sugar/TestCase.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Mini/Unit/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Mini/Unit +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Mini +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test +@dirrmtry %%SITE_PERL%%/Test/Mini/Unit/Sugar +@dirrmtry %%SITE_PERL%%/Test/Mini/Unit +@dirrmtry %%SITE_PERL%%/Test/Mini +@dirrmtry %%SITE_PERL%%/Test |