c6b77b3c82
With this patch, the sablotron base URI for xslt processing is set to the current working directory, so document inclusion (ala <xsl:apply-templates select="document(data/test.xml)" /> ) will DTRT. Bump the pkg version to 1.1nb1, as stylesheets written for the new version may not work with the old.
21 lines
553 B
Makefile
21 lines
553 B
Makefile
# $NetBSD: Makefile,v 1.5 2001/10/23 17:21:56 jwise Exp $
|
|
|
|
DISTNAME= modxslt
|
|
PKGNAME= ap-xslt-1.1nb1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://download.sourceforge.net/modxslt/
|
|
|
|
MAINTAINER= jwise@netbsd.org
|
|
HOMEPAGE= http://modxslt.sourceforge.net/
|
|
COMMENT= Simple, fast XSLT transformations for apache
|
|
|
|
DEPENDS+= apache{,6}-1.3.*:../../www/apache
|
|
DEPENDS+= sablotron-*:../../textproc/sablotron
|
|
|
|
# For "apxs":
|
|
BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
|
|
|
|
do-install:
|
|
${LOCALBASE}/sbin/apxs -i ${WRKSRC}/mod_xslt.so
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|