ports/devel/p5-Module-Build/Makefile

21 lines
310 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = build and install Perl modules
DISTNAME = Module-Build-0.4234
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
TEST_DEPENDS = archivers/p5-Archive-Zip \
devel/p5-PAR-Dist \
security/p5-Module-Signature
CONFIGURE_STYLE = modbuild none
PKG_ARCH = *
.include <bsd.port.mk>