opnsense-ports/devel/p5-Test-LoadAllModules/Makefile
2022-09-07 22:33:21 +02:00

19 lines
425 B
Makefile

PORTNAME= Test-LoadAllModules
PORTVERSION= 0.022
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to do use_ok for modules in search path
WWW= https://metacpan.org/release/Test-LoadAllModules
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= \
p5-List-MoreUtils>0:lang/p5-List-MoreUtils
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>