mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
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.
19 lines
379 B
Makefile
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>
|