aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 08:28:11 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 08:28:11 +0000
commit26c2229e51503aee1b1ab4a3901a7242111c86b5 (patch)
tree9f8775fafeb56cadddf57f64dc6f138e815969b2 /net
parentb27145cf9bd8aeb1625fbca0488824d4d4564afb (diff)
downloadports-26c2229e51503aee1b1ab4a3901a7242111c86b5.tar.gz
ports-26c2229e51503aee1b1ab4a3901a7242111c86b5.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/php4-xmlrpc/Makefile14
-rw-r--r--net/php4-yp/Makefile14
3 files changed, 29 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 7e0b7963edf0..9c4c1c8fde65 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -516,6 +516,7 @@
SUBDIR += php4-ldap
SUBDIR += php4-sockets
SUBDIR += php4-xmlrpc
+ SUBDIR += php4-yp
SUBDIR += phpldapadmin
SUBDIR += pim6dd
SUBDIR += pim6sd
diff --git a/net/php4-xmlrpc/Makefile b/net/php4-xmlrpc/Makefile
new file mode 100644
index 000000000000..17f4c47fc892
--- /dev/null
+++ b/net/php4-xmlrpc/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php4-xmlrpc
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= net
+
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+PKGNAMESUFFIX= -xmlrpc
+
+.include "${MASTERDIR}/Makefile"
diff --git a/net/php4-yp/Makefile b/net/php4-yp/Makefile
new file mode 100644
index 000000000000..048a80ac9374
--- /dev/null
+++ b/net/php4-yp/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php4-yp
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= net
+
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+PKGNAMESUFFIX= -yp
+
+.include "${MASTERDIR}/Makefile"