ports/devel/p5-Test-ExpectAndCheck/Makefile
2024-10-21 17:17:29 +08:00

25 lines
582 B
Makefile

PORTNAME= Test-ExpectAndCheck
PORTVERSION= 0.07
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Expect/check-style unit testing with object methods
WWW= https://metacpan.org/dist/Test-ExpectAndCheck
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE_GPLv1+ = ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Future>=0:devel/p5-Future \
p5-Test-Deep>=0:devel/p5-Test-Deep
TEST_DEPENDS= p5-Test-Simple>=1.302200:devel/p5-Test-Simple
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
.include <bsd.port.mk>