aboutsummaryrefslogtreecommitdiffstats
path: root/net/php4-yp
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-07-19 16:28:11 +0800
committerale <ale@FreeBSD.org>2004-07-19 16:28:11 +0800
commitb820a9d49d0e2af6c231ded54247324394133574 (patch)
tree81d45a2f15ba4c3e75ae98540a18c6832f2e02fd /net/php4-yp
parent5a3b709cd5712edeb2377ac9299003af5ce8ee0b (diff)
downloadfreebsd-ports-gnome-b820a9d49d0e2af6c231ded54247324394133574.tar.gz
freebsd-ports-gnome-b820a9d49d0e2af6c231ded54247324394133574.tar.zst
freebsd-ports-gnome-b820a9d49d0e2af6c231ded54247324394133574.zip
Add a new shared extension for PHP.
Diffstat (limited to 'net/php4-yp')
-rw-r--r--net/php4-yp/Makefile14
1 files changed, 14 insertions, 0 deletions
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"