summaryrefslogtreecommitdiff
path: root/net/php4-yp
diff options
context:
space:
mode:
Diffstat (limited to 'net/php4-yp')
-rw-r--r--net/php4-yp/DESCR2
-rw-r--r--net/php4-yp/Makefile14
2 files changed, 0 insertions, 16 deletions
diff --git a/net/php4-yp/DESCR b/net/php4-yp/DESCR
deleted file mode 100644
index 98bdc34460e..00000000000
--- a/net/php4-yp/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-PHP is a programming language designed to be embedded into web pages.
-This module provides PHP4 access to a YP domain.
diff --git a/net/php4-yp/Makefile b/net/php4-yp/Makefile
deleted file mode 100644
index 79629330eb7..00000000000
--- a/net/php4-yp/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2004/04/25 00:18:14 xtraeme Exp $
-
-MODNAME= yp
-CATEGORIES+= net
-PKGREVISION= # empty
-COMMENT= PHP4 extension for YP domain support
-
-USE_BUILDLINK3= YES
-
-.include "../../www/php4/Makefile.module"
-
-CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
-
-.include "../../mk/bsd.pkg.mk"