diff options
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/php71-snmp/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net-mgmt/php71-snmp/Makefile b/net-mgmt/php71-snmp/Makefile new file mode 100644 index 000000000000..d90d03d66c88 --- /dev/null +++ b/net-mgmt/php71-snmp/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +CATEGORIES= net-mgmt + +MASTERDIR= ${.CURDIR}/../../lang/php71 + +PKGNAMESUFFIX= -snmp + +.include "${MASTERDIR}/Makefile" |