diff options
author | jdolecek <jdolecek> | 2004-11-05 21:36:08 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2004-11-05 21:36:08 +0000 |
commit | 51ff51df21c65b191d2e7cee89c456407454f522 (patch) | |
tree | 03c2c3a8d13aa67b03f761aef78f782734503812 /textproc/php5-xsl | |
parent | 5caf741aebc51c52839226a7e4e134f0ad07abf7 (diff) | |
download | pkgsrc-51ff51df21c65b191d2e7cee89c456407454f522.tar.gz |
Add php5-xsl 5.0.2 - PHP5 extension implementing XSL standard, performing
XSLT transformations using the libxslt library.
Diffstat (limited to 'textproc/php5-xsl')
-rw-r--r-- | textproc/php5-xsl/DESCR | 3 | ||||
-rw-r--r-- | textproc/php5-xsl/Makefile | 19 |
2 files changed, 22 insertions, 0 deletions
diff --git a/textproc/php5-xsl/DESCR b/textproc/php5-xsl/DESCR new file mode 100644 index 00000000000..a3785ca668b --- /dev/null +++ b/textproc/php5-xsl/DESCR @@ -0,0 +1,3 @@ +PHP is a programming language designed to be embedded into web pages. +The XSL extension implements the XSL standard, performing XSLT transformations +using the libxslt library. PHP5 XSL extension replaces PHP4 XSLT extension. diff --git a/textproc/php5-xsl/Makefile b/textproc/php5-xsl/Makefile new file mode 100644 index 00000000000..74b2f7b039a --- /dev/null +++ b/textproc/php5-xsl/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/05 21:36:08 jdolecek Exp $ + +MODNAME= xsl +CATEGORIES+= textproc +PKGREVISION= # empty +COMMENT= PHP5 extension for XSLT functions + +USE_BUILDLINK3= YES + +CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.libxslt} + +# build uses includes of the DOM extension, so need to extract that too +EXTRACT_ELEMENTS= ${DISTNAME}/ext/${MODNAME} ${DISTNAME}/ext/dom +WRKSRC= ${WRKDIR}/${DISTNAME}/ext/${MODNAME} + +PHP_VERSION_REQD= 5 +.include "../../lang/php/ext.mk" +.include "../../textproc/libxslt/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |