View | Details | Raw Unified | Return to bug 229157
Collapse All | Expand All

(-)head/devel/p5-Test-Exit/Makefile (+20 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	Test-Exit
4
PORTVERSION=	0.11
5
CATEGORIES=	devel perl5
6
MASTER_SITES=	CPAN
7
PKGNAMEPREFIX=	p5-
8
9
MAINTAINER=	bokutin@bokut.in
10
COMMENT=	Test whether code exits without terminating testing.
11
12
LICENSE=	ART10 GPLv1+
13
LICENSE_COMB=	dual
14
15
RUN_DEPENDS=	p5-Return-MultiLevel>=0:devel/p5-Return-MultiLevel
16
17
USES=		perl5
18
USE_PERL5=	configure
19
20
.include <bsd.port.mk>
(-)head/devel/p5-Test-Exit/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1529412503
2
SHA256 (Test-Exit-0.11.tar.gz) = fbda92d37e0481d18eebc81e48d025228b57184c59b2d5a6f6bdf87042e8c7b2
3
SIZE (Test-Exit-0.11.tar.gz) = 9778
(-)head/devel/p5-Test-Exit/pkg-descr (+3 lines)
Line 0 Link Here
1
Test whether code exits without terminating testing.
2
3
WWW: https://metacpan.org/release/Test-Exit
(-)head/devel/p5-Test-Exit/pkg-plist (+2 lines)
Line 0 Link Here
1
%%SITE_PERL%%/Test/Exit.pm
2
%%PERL5_MAN3%%/Test::Exit.3.gz

Return to bug 229157