ports/devel/p5-Test2-Tools-LoadModule/Makefile
Wen Heping 78433dfae9 devel/p5-Test2-Tools-LoadModule: new port
This Test2::Tools module tests whether a module can be loaded, and optionally
whether it has at least a given version, and exports specified symbols.
2024-04-07 12:14:59 +00:00

19 lines
379 B
Makefile

PORTNAME= Test2-Tools-LoadModule
PORTVERSION= 0.008
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:WYANT
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Test whether a module can be successfully loaded
WWW= https://metacpan.org/release/Test2-Tools-LoadModule
LICENSE= ART20
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>