diff options
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" |