diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2016-02-15 22:34:26 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2016-02-15 22:34:26 +0800 |
commit | e630e52bb5f688a26b92533f2f2b0e17e3b85f33 (patch) | |
tree | 921070ae859847e6ad2f11168de4014a9c3571e8 /net-mgmt | |
parent | 8b812c1bf4f8270bf585201073f5504abac62e07 (diff) | |
download | freebsd-ports-gnome-e630e52bb5f688a26b92533f2f2b0e17e3b85f33.tar.gz freebsd-ports-gnome-e630e52bb5f688a26b92533f2f2b0e17e3b85f33.tar.zst freebsd-ports-gnome-e630e52bb5f688a26b92533f2f2b0e17e3b85f33.zip |
Welcome php 7.0.3
Changelog:
http://php.net/ChangeLog-7.php#7.0.0
http://php.net/ChangeLog-7.php#7.0.1
http://php.net/ChangeLog-7.php#7.0.2
http://php.net/ChangeLog-7.php#7.0.3
I'd like to thanks:
Kurt Jaeger
Matthias Breddin
Rainer Duffner
Victor van Vlaardingen
Torsten Zuehlsdorff
Franco Fichtner
and all helpers and testers from ports@.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/php70-snmp/Makefile | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 578d395535bc..6a2c51c30894 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -254,6 +254,7 @@ SUBDIR += pftabled SUBDIR += php55-snmp SUBDIR += php56-snmp + SUBDIR += php70-snmp SUBDIR += phpip SUBDIR += phpipam SUBDIR += phpweathermap diff --git a/net-mgmt/php70-snmp/Makefile b/net-mgmt/php70-snmp/Makefile new file mode 100644 index 000000000000..0c19efed1357 --- /dev/null +++ b/net-mgmt/php70-snmp/Makefile @@ -0,0 +1,10 @@ +# Created by: Alex Dupre <ale@FreeBSD.org> +# $FreeBSD$ + +CATEGORIES= net-mgmt + +MASTERDIR= ${.CURDIR}/../../lang/php56 + +PKGNAMESUFFIX= -snmp + +.include "${MASTERDIR}/Makefile" |