598784cd28
- Add LICENSE_FILE Changes: https://metacpan.org/dist/Test-Fatal/changes
23 lines
472 B
Makefile
23 lines
472 B
Makefile
PORTNAME= Test-Fatal
|
|
PORTVERSION= 0.017
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Incredibly simple helpers for testing code with exceptions
|
|
WWW= https://metacpan.org/release/Test-Fatal
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Try-Tiny>=0.07:lang/p5-Try-Tiny
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|