openbsd-ports/textproc/p5-XML-XSLT/Makefile
naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

20 lines
387 B
Makefile

# $OpenBSD: Makefile,v 1.22 2016/03/20 19:57:12 naddy Exp $
COMMENT= perl module to perform XSLT transformations
MODULES= cpan
PKG_ARCH= *
DISTNAME= XML-XSLT-0.48
REVISION= 0
CATEGORIES= textproc
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
RUN_DEPENDS= textproc/p5-XML-Parser>=2.23 \
textproc/p5-XML-DOM>=1.25
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
.include <bsd.port.mk>