openbsd-ports/textproc/p5-XML-LibXSLT/Makefile

30 lines
584 B
Makefile
Raw Normal View History

2010-11-20 14:56:47 -05:00
# $OpenBSD: Makefile,v 1.39 2010/11/20 19:56:50 espie Exp $
SHARED_ONLY= Yes
COMMENT= fast XSLT module for perl
MODULES= cpan devel/gettext
DISTNAME= XML-LibXSLT-1.68
REVISION= 3
CATEGORIES= textproc
2010-10-19 03:54:21 -04:00
USE_GROFF = Yes
HOMEPAGE= http://www.axkit.org/
2010-11-20 14:56:47 -05:00
RUN_DEPENDS= textproc/p5-XML-LibXML>=1.60
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-20 14:56:47 -05:00
LIB_DEPENDS= textproc/libxml \
textproc/libxslt
2003-11-15 10:12:53 -05:00
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2008-05-06 18:02:50 -04:00
2010-11-20 14:56:47 -05:00
WANTLIB= c gcrypt gpg-error m util z xml2>=6 xslt>=1 exslt>=7
.include <bsd.port.mk>