diff options
Diffstat (limited to 'www/ap-xslt/Makefile')
-rw-r--r-- | www/ap-xslt/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/ap-xslt/Makefile b/www/ap-xslt/Makefile new file mode 100644 index 00000000000..8659d1781aa --- /dev/null +++ b/www/ap-xslt/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 18:23:21 jwise Exp $ + +DISTNAME= modxslt +PKGNAME= ap-xslt-1.1 +CATEGORIES= www +MASTER_SITES= http://modxslt.userworld.com/ + +MAINTAINER= jwise@netbsd.org +HOMEPAGE= http://modxslt.userworld.com/ +COMMENT= Simple, fast XSLT transformations for apache + +DEPENDS+= apache{,6}-1.3.*:../../www/apache +DEPENDS+= sablotron-*:../../textproc/sablotron + +do-install: + ${LOCALBASE}/sbin/apxs -i ${WRKSRC}/mod_xslt.so + +.include "../../mk/bsd.pkg.mk" |