21 lines
310 B
Makefile
21 lines
310 B
Makefile
|
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>
|