openbsd-ports/textproc/p5-Catalyst-View-XSLT/Makefile
2022-03-11 20:02:12 +00:00

21 lines
327 B
Makefile

COMMENT= XSLT Views for catalyst
MODULES= cpan
PKG_ARCH= *
DISTNAME = Catalyst-View-XSLT-0.09
CATEGORIES= textproc
REVISION = 0
# Perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= textproc/p5-XML-LibXSLT>=1.60 \
www/p5-Catalyst-Runtime \
devel/p5-Path-Class
MAKE_ENV= TEST_POD=Yes
CONFIGURE_STYLE=modbuild
.include <bsd.port.mk>