summaryrefslogtreecommitdiff
path: root/net/php4-sockets
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 08:25:01 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 08:25:01 +0000
commitb27145cf9bd8aeb1625fbca0488824d4d4564afb (patch)
treedc5f2113f47d20854f2d7b163b416820a22dca9d /net/php4-sockets
parentAdd a new shared extension for PHP. (diff)
Add a new shared extension for PHP.
Diffstat (limited to 'net/php4-sockets')
-rw-r--r--net/php4-sockets/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/php4-sockets/Makefile b/net/php4-sockets/Makefile
new file mode 100644
index 000000000000..ae4af4045243
--- /dev/null
+++ b/net/php4-sockets/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php4-sockets
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= net
+
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+PKGNAMESUFFIX= -sockets
+
+.include "${MASTERDIR}/Makefile"