pkgsrc/www/ap-xslt/Makefile
jlam e1be891dbc Change explicit build dependencies on perl into "USE_PERL5=build". This
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
2002-07-24 19:45:22 +00:00

21 lines
527 B
Makefile

# $NetBSD: Makefile,v 1.9 2002/07/24 19:45:30 jlam Exp $
DISTNAME= modxslt
PKGNAME= ap-xslt-1.1
PKGREVISION= 2
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
USE_PERL5= build # for "apxs"
do-install:
${LOCALBASE}/sbin/apxs -i ${WRKSRC}/mod_xslt.so
.include "../../mk/bsd.pkg.mk"