openbsd-ports/textproc/p5-PPIx-Utilities/Makefile
2022-03-11 20:02:12 +00:00

24 lines
379 B
Makefile

COMMENT= extensions to PPI
MODULES= cpan
PKG_ARCH= *
DISTNAME= PPIx-Utilities-1.001000
CATEGORIES= textproc
REVISION= 0
# perl
PERMIT_PACKAGE= Yes
CPAN_AUTHOR= ELLIOTJS
CONFIGURE_STYLE= modbuild
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Exception-Class \
devel/p5-Readonly \
textproc/p5-PPI
TEST_DEPENDS= devel/p5-Test-Deep
.include <bsd.port.mk>