19 lines
304 B
Makefile
19 lines
304 B
Makefile
|
COMMENT = Module::Build class for building XS modules
|
||
|
|
||
|
DISTNAME = Module-Build-XSUtil-0.19
|
||
|
CATEGORIES = devel
|
||
|
REVISION = 0
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES += cpan
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
CONFIGURE_STYLE= modbuild
|
||
|
|
||
|
# Requires another handfull of unported modules.
|
||
|
NO_TEST = Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|