mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
25 lines
582 B
Makefile
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>
|