diff options
author | Alex Dupre <ale@FreeBSD.org> | 2013-06-24 14:32:11 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2013-06-24 14:32:11 +0000 |
commit | 7fe96c109332ecdb411ceef911efd11085a88346 (patch) | |
tree | fd816d2c8b34ef7db2d6bcabe7358eaa7fb2d04f /net-mgmt | |
parent | 47b48988aa7fe1c1c0f221ce9cb124af07f62a16 (diff) | |
download | ports-7fe96c109332ecdb411ceef911efd11085a88346.tar.gz ports-7fe96c109332ecdb411ceef911efd11085a88346.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/php55-snmp/Makefile | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index eb3cf7cb7826..f06f860c6fd4 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -253,6 +253,7 @@ SUBDIR += php5-snmp SUBDIR += php52-snmp SUBDIR += php53-snmp + SUBDIR += php55-snmp SUBDIR += phpip SUBDIR += phpipam SUBDIR += phpweathermap diff --git a/net-mgmt/php55-snmp/Makefile b/net-mgmt/php55-snmp/Makefile new file mode 100644 index 000000000000..26f81c3ee4e0 --- /dev/null +++ b/net-mgmt/php55-snmp/Makefile @@ -0,0 +1,10 @@ +# Created by: Alex Dupre <ale@FreeBSD.org> +# $FreeBSD$ + +CATEGORIES= net-mgmt + +MASTERDIR= ${.CURDIR}/../../lang/php55 + +PKGNAMESUFFIX= -snmp + +.include "${MASTERDIR}/Makefile" |