pkgsrc/textproc/php5-xsl/Makefile
joerg 8572e2517c Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
2006-06-04 16:26:54 +00:00

18 lines
561 B
Makefile

# $NetBSD: Makefile,v 1.6 2006/06/04 16:26:55 joerg Exp $
MODNAME= xsl
CATEGORIES+= textproc
COMMENT= PHP5 extension for XSLT functions
CONFLICTS= php-xsl-[0-9]*
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_VERSIONS_ACCEPTED= 5
.include "../../lang/php/ext.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"