ports/devel/p5-Module-Build-XSUtil/Makefile

19 lines
304 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>