aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorflo <flo@FreeBSD.org>2012-05-16 17:46:51 +0800
committerflo <flo@FreeBSD.org>2012-05-16 17:46:51 +0800
commit279ccadd7d5cb268f7aaa2ea5100cd9b2abfdd19 (patch)
tree2de93387d7ad1df58a7807b573d91395f20dccb9 /net-mgmt
parent604a42f7a6032c5db4396ed6acc540dc4fc691c4 (diff)
downloadfreebsd-ports-gnome-279ccadd7d5cb268f7aaa2ea5100cd9b2abfdd19.tar.gz
freebsd-ports-gnome-279ccadd7d5cb268f7aaa2ea5100cd9b2abfdd19.tar.zst
freebsd-ports-gnome-279ccadd7d5cb268f7aaa2ea5100cd9b2abfdd19.zip
readd php 5.3.13 and all its modules as php53*
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net-mgmt/php53-snmp/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index ed49f6a653ba..27ca37c699d7 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -241,6 +241,7 @@
SUBDIR += pftabled
SUBDIR += php5-snmp
SUBDIR += php52-snmp
+ SUBDIR += php53-snmp
SUBDIR += phpip
SUBDIR += phpweathermap
SUBDIR += pixilate
diff --git a/net-mgmt/php53-snmp/Makefile b/net-mgmt/php53-snmp/Makefile
new file mode 100644
index 000000000000..db7990ab4519
--- /dev/null
+++ b/net-mgmt/php53-snmp/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php53-snmp
+# Date created: 12 Apr 2012
+# Whom: Florian Smeets <flo@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= net-mgmt
+
+MASTERDIR= ${.CURDIR}/../../lang/php53
+
+PKGNAMESUFFIX= -snmp
+
+.include "${MASTERDIR}/Makefile"