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>
This commit is contained in:
Kurt Jaeger 2018-06-21 07:22:32 +00:00
parent 50346552a3
commit 1d48a1c0f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472957
4 changed files with 29 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1529412503
SHA256 (Test-Exit-0.11.tar.gz) = fbda92d37e0481d18eebc81e48d025228b57184c59b2d5a6f6bdf87042e8c7b2
SIZE (Test-Exit-0.11.tar.gz) = 9778

View File

@ -0,0 +1,3 @@
Test whether code exits without terminating testing.
WWW: https://metacpan.org/release/Test-Exit