9f2f4148e6
reset PKGREVISION along with update of all lang/php*.
14 lines
341 B
Makefile
14 lines
341 B
Makefile
# $NetBSD: Makefile,v 1.4 2017/10/27 08:49:01 taca Exp $
|
|
|
|
MODNAME= tidy
|
|
CATEGORIES+= www
|
|
COMMENT= PHP extension for tidy functions
|
|
LICENSE= php
|
|
|
|
CONFIGURE_ARGS+= --with-tidy=shared,${BUILDLINK_PREFIX.tidy}
|
|
|
|
USE_PHP_EXT_PATCHES= yes
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../www/tidy/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|