diff options
author | pi <pi@FreeBSD.org> | 2018-06-21 15:22:32 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2018-06-21 15:22:32 +0800 |
commit | da93d8602e0a1fbe0320cf9c1c16084a9e6cb81d (patch) | |
tree | b4798cd71f996f7328baeb6998d757e0a77c9ccb /devel | |
parent | 48d43475caaf76b6b9c039c10e69ac2d7a2edd09 (diff) | |
download | freebsd-ports-gnome-da93d8602e0a1fbe0320cf9c1c16084a9e6cb81d.tar.gz freebsd-ports-gnome-da93d8602e0a1fbe0320cf9c1c16084a9e6cb81d.tar.zst freebsd-ports-gnome-da93d8602e0a1fbe0320cf9c1c16084a9e6cb81d.zip |
New port: devel/p5-Test-Exit
Test whether code exits without terminating testing.
WWW: https://metacpan.org/release/Test-Exit
PR: 229157
Submitted by: Tomohiro Hosaka <bokutin@bokut.in>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Test-Exit/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Test-Exit/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Test-Exit/pkg-descr | 3 |
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index f5140f1169d6..36667d9a14e7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3514,6 +3514,7 @@ SUBDIR += p5-Test-Distribution SUBDIR += p5-Test-EOL SUBDIR += p5-Test-Exception + SUBDIR += p5-Test-Exit SUBDIR += p5-Test-Expect SUBDIR += p5-Test-FailWarnings SUBDIR += p5-Test-Fake-HTTPD diff --git a/devel/p5-Test-Exit/Makefile b/devel/p5-Test-Exit/Makefile new file mode 100644 index 000000000000..8c455becdb54 --- /dev/null +++ b/devel/p5-Test-Exit/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= Test-Exit +PORTVERSION= 0.11 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= bokutin@bokut.in +COMMENT= Test whether code exits without terminating testing + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +RUN_DEPENDS= p5-Return-MultiLevel>=0:devel/p5-Return-MultiLevel + +USES= perl5 +USE_PERL5= configure +PLIST_FILES= ${SITE_PERL_REL}/Test/Exit.pm \ + ${SITE_MAN3_REL}/Test::Exit.3.gz + +.include <bsd.port.mk> diff --git a/devel/p5-Test-Exit/distinfo b/devel/p5-Test-Exit/distinfo new file mode 100644 index 000000000000..a77eceb1e720 --- /dev/null +++ b/devel/p5-Test-Exit/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1529412503 +SHA256 (Test-Exit-0.11.tar.gz) = fbda92d37e0481d18eebc81e48d025228b57184c59b2d5a6f6bdf87042e8c7b2 +SIZE (Test-Exit-0.11.tar.gz) = 9778 diff --git a/devel/p5-Test-Exit/pkg-descr b/devel/p5-Test-Exit/pkg-descr new file mode 100644 index 000000000000..14ebbcca4ea7 --- /dev/null +++ b/devel/p5-Test-Exit/pkg-descr @@ -0,0 +1,3 @@ +Test whether code exits without terminating testing. + +WWW: https://metacpan.org/release/Test-Exit |