diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-05 21:36:08 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-05 21:36:08 +0000 |
commit | 5ec53f2a31db1af79bed3d9e2c3725457086a018 (patch) | |
tree | 03c2c3a8d13aa67b03f761aef78f782734503812 /textproc/php5-xsl | |
parent | c4d646bdf8032cb4dc1f5c3bd7c449d2f5f66ade (diff) | |
download | pkgsrc-5ec53f2a31db1af79bed3d9e2c3725457086a018.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" |