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

28 lines
585 B
Makefile
Raw Normal View History

2010-09-24 11:37:42 -04:00
# $OpenBSD: Makefile,v 1.35 2010/09/24 15:37:42 sthen Exp $
SHARED_ONLY= Yes
COMMENT= fast XSLT module for perl
MODULES= cpan
DISTNAME= XML-LibXSLT-1.68
2010-09-24 11:37:42 -04:00
REVISION= 1
CATEGORIES= textproc
HOMEPAGE= http://www.axkit.org/
RUN_DEPENDS= :p5-XML-LibXML->=1.60:textproc/p5-XML-LibXML
BUILD_DEPENDS= ${RUN_DEPENDS}
2006-08-03 19:55:10 -04:00
LIB_DEPENDS= xml2.>=6::textproc/libxml \
xslt.>=1,exslt.>=7::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
2008-12-13 17:54:53 -05:00
WANTLIB= c gcrypt gpg-error iconv intl m util z
.include <bsd.port.mk>