openbsd-ports/devel/p5-Alien-Base-ModuleBuild/Makefile
2022-03-11 18:49:30 +00:00

25 lines
437 B
Makefile

COMMENT = Module::Build subclass for building Alien:: modules
MODULES = cpan
PKG_ARCH = *
DISTNAME = Alien-Base-ModuleBuild-1.15
CATEGORIES = devel
# perl
PERMIT_PACKAGE = Yes
CONFIGURE_STYLE = modbuild
RUN_DEPENDS = archivers/p5-Archive-Extract \
devel/p5-Alien-Base \
devel/p5-Shell-Config-Generate \
devel/p5-Shell-Guess \
textproc/p5-Sort-Versions
BUILD_DEPENDS = ${RUN_DEPENDS}
NO_TEST = Yes
.include <bsd.port.mk>