openbsd-ports/devel/p5-Module-Install-XSUtil/Makefile
2022-03-11 18:49:30 +00:00

20 lines
341 B
Makefile

COMMENT = utility functions for XS modules
DISTNAME = Module-Install-XSUtil-0.45
REVISION = 1
CATEGORIES = devel
# perl
PERMIT_PACKAGE = Yes
MODULES += cpan
PKG_ARCH = *
BUILD_DEPENDS += ${RUN_DEPENDS}
RUN_DEPENDS += devel/p5-Module-Install
# Requires another handfull of unported modules.
NO_TEST = Yes
.include <bsd.port.mk>