diff options
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | net/php-yp/DESCR | 2 | ||||
-rw-r--r-- | net/php-yp/Makefile | 19 |
3 files changed, 1 insertions, 23 deletions
diff --git a/net/Makefile b/net/Makefile index 1f508a96016..317f11e90da 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.799 2010/02/10 17:32:17 joerg Exp $ +# $NetBSD: Makefile,v 1.800 2010/02/10 18:02:50 joerg Exp $ # COMMENT= Networking tools @@ -403,7 +403,6 @@ SUBDIR+= php-snmp SUBDIR+= php-sockets SUBDIR+= php-xmlrpc SUBDIR+= php-yaz -SUBDIR+= php-yp SUBDIR+= php5-soap SUBDIR+= pim6dd SUBDIR+= pim6sd diff --git a/net/php-yp/DESCR b/net/php-yp/DESCR deleted file mode 100644 index ead05d20689..00000000000 --- a/net/php-yp/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -PHP is a programming language designed to be embedded into web pages. -This module provides access to a YP domain. diff --git a/net/php-yp/Makefile b/net/php-yp/Makefile deleted file mode 100644 index 2f779430c9d..00000000000 --- a/net/php-yp/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: Makefile,v 1.10 2008/06/20 01:09:31 joerg Exp $ - -MODNAME= yp -CATEGORIES+= net -COMMENT= PHP extension for YP domain support - -PKG_DESTDIR_SUPPORT= user-destdir - -CONFLICTS= php-yp-[0-9]* - -# 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_VERSIONS_ACCEPTED= 4 - -CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} - -.include "../../lang/php/ext.mk" -.include "../../mk/bsd.pkg.mk" |