9f2f4148e6
reset PKGREVISION along with update of all lang/php*.
15 lines
376 B
Makefile
15 lines
376 B
Makefile
# $NetBSD: Makefile,v 1.11 2017/10/27 08:49:00 taca Exp $
|
|
|
|
MODNAME= xsl
|
|
CATEGORIES+= textproc
|
|
COMMENT= PHP extension for XSLT functions
|
|
|
|
CONFLICTS= php-xsl-[0-9]*
|
|
|
|
USE_PHP_EXT_PATCHES= yes
|
|
|
|
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.libxslt}
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|