diff options
author | flo <flo@FreeBSD.org> | 2012-05-16 17:46:51 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2012-05-16 17:46:51 +0800 |
commit | 279ccadd7d5cb268f7aaa2ea5100cd9b2abfdd19 (patch) | |
tree | 2de93387d7ad1df58a7807b573d91395f20dccb9 /net-mgmt | |
parent | 604a42f7a6032c5db4396ed6acc540dc4fc691c4 (diff) | |
download | freebsd-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/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/php53-snmp/Makefile | 14 |
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" |