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:
parent
50346552a3
commit
1d48a1c0f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472957
@ -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
|
||||
|
22
devel/p5-Test-Exit/Makefile
Normal file
22
devel/p5-Test-Exit/Makefile
Normal 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>
|
3
devel/p5-Test-Exit/distinfo
Normal file
3
devel/p5-Test-Exit/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1529412503
|
||||
SHA256 (Test-Exit-0.11.tar.gz) = fbda92d37e0481d18eebc81e48d025228b57184c59b2d5a6f6bdf87042e8c7b2
|
||||
SIZE (Test-Exit-0.11.tar.gz) = 9778
|
3
devel/p5-Test-Exit/pkg-descr
Normal file
3
devel/p5-Test-Exit/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Test whether code exits without terminating testing.
|
||||
|
||||
WWW: https://metacpan.org/release/Test-Exit
|
Loading…
Reference in New Issue
Block a user