blob: 84ea7f3939e6d500bd5b53794c2d5c0d0ecf1887 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.6 2005/12/05 20:50:48 rillig Exp $
MODNAME= yp
CATEGORIES+= net
COMMENT= PHP extension for YP domain support
# yp extension has been unbundled in PHP 5.1.1, it's only available
# in CVS and isn't available through have PECL; thus, mark this
# PHP4-only for now
PHP_VERSION_REQD= 4
CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"
|