diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-04 03:30:25 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-04 03:30:25 +0800 |
commit | cec0bb09a76149b2ea5b44b81a83a1097d63fb6a (patch) | |
tree | 856ba363d5bae5e5d26d6638db3f47610a9618eb /devel | |
parent | 658438a343113fed2675fa59f5543da28bc2542b (diff) | |
download | freebsd-ports-gnome-cec0bb09a76149b2ea5b44b81a83a1097d63fb6a.tar.gz freebsd-ports-gnome-cec0bb09a76149b2ea5b44b81a83a1097d63fb6a.tar.zst freebsd-ports-gnome-cec0bb09a76149b2ea5b44b81a83a1097d63fb6a.zip |
- Add p5-Test-TempDir-Tiny 0.002
Test::TempDir::Tiny works with Test::More to create temporary directories that
stick around if tests fail.
It is loosely based on Test::TempDir, but with less complexity, greater
portability and zero non-core dependencies. (Capture::Tiny is recommended for
testing.)
WWW: http://search.cpan.org/dist/Test-TempDir-Tiny/
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Test-TempDir-Tiny/Makefile | 18 | ||||
-rw-r--r-- | devel/p5-Test-TempDir-Tiny/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Test-TempDir-Tiny/pkg-descr | 8 | ||||
-rw-r--r-- | devel/p5-Test-TempDir-Tiny/pkg-plist | 2 |
5 files changed, 31 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index eb368c38d379..3b9868ab6e54 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3009,6 +3009,7 @@ SUBDIR += p5-Test-TableDriven SUBDIR += p5-Test-Taint SUBDIR += p5-Test-TempDir + SUBDIR += p5-Test-TempDir-Tiny SUBDIR += p5-Test-Tester SUBDIR += p5-Test-Time SUBDIR += p5-Test-Timer diff --git a/devel/p5-Test-TempDir-Tiny/Makefile b/devel/p5-Test-TempDir-Tiny/Makefile new file mode 100644 index 000000000000..5fd9089b86a1 --- /dev/null +++ b/devel/p5-Test-TempDir-Tiny/Makefile @@ -0,0 +1,18 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Test-TempDir-Tiny +PORTVERSION= 0.002 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Temporary directories that stick around when tests fail + +LICENSE= APACHE20 + +USE_PERL5= configure +USES= perl5 + +.include <bsd.port.mk> diff --git a/devel/p5-Test-TempDir-Tiny/distinfo b/devel/p5-Test-TempDir-Tiny/distinfo new file mode 100644 index 000000000000..befb4fcafb4b --- /dev/null +++ b/devel/p5-Test-TempDir-Tiny/distinfo @@ -0,0 +1,2 @@ +SHA256 (Test-TempDir-Tiny-0.002.tar.gz) = 4dc700752a66e4802cff38c75673538cbaf625b2077c0e0158b9690e486a2648 +SIZE (Test-TempDir-Tiny-0.002.tar.gz) = 16426 diff --git a/devel/p5-Test-TempDir-Tiny/pkg-descr b/devel/p5-Test-TempDir-Tiny/pkg-descr new file mode 100644 index 000000000000..f8ef360bbed8 --- /dev/null +++ b/devel/p5-Test-TempDir-Tiny/pkg-descr @@ -0,0 +1,8 @@ +Test::TempDir::Tiny works with Test::More to create temporary directories that +stick around if tests fail. + +It is loosely based on Test::TempDir, but with less complexity, greater +portability and zero non-core dependencies. (Capture::Tiny is recommended for +testing.) + +WWW: http://search.cpan.org/dist/Test-TempDir-Tiny/ diff --git a/devel/p5-Test-TempDir-Tiny/pkg-plist b/devel/p5-Test-TempDir-Tiny/pkg-plist new file mode 100644 index 000000000000..cba2091a3874 --- /dev/null +++ b/devel/p5-Test-TempDir-Tiny/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Test/TempDir/Tiny.pm +%%PERL5_MAN3%%/Test::TempDir::Tiny.3.gz |