openbsd-ports/textproc/p5-XML-LibXSLT/Makefile
2013-03-11 11:35:43 +00:00

27 lines
506 B
Makefile

# $OpenBSD: Makefile,v 1.41 2013/03/11 11:42:45 espie Exp $
SHARED_ONLY= Yes
COMMENT= fast XSLT module for perl
MODULES= cpan devel/gettext
DISTNAME= XML-LibXSLT-1.68
REVISION= 4
CATEGORIES= textproc
USE_GROFF = Yes
HOMEPAGE= http://www.axkit.org/
RUN_DEPENDS= textproc/p5-XML-LibXML>=1.60
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= textproc/libxml \
textproc/libxslt
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c gcrypt gpg-error m util z xml2>=6 xslt>=1 exslt>=7
.include <bsd.port.mk>