diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-11-16 10:48:48 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-11-16 10:48:48 +0000 |
commit | 687591dd75e7bc33dfeb597493d97e5baaf89f1d (patch) | |
tree | a2ff3d816b255016827738be132f8fc8bff8f5d9 /net-mgmt/php72-snmp | |
parent | aac918473dab5c241575ef1faf6f91a1736df61d (diff) |
Notes
Diffstat (limited to 'net-mgmt/php72-snmp')
-rw-r--r-- | net-mgmt/php72-snmp/Makefile | 9 | ||||
-rw-r--r-- | net-mgmt/php72-snmp/php71-snmp/Makefile | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/net-mgmt/php72-snmp/Makefile b/net-mgmt/php72-snmp/Makefile new file mode 100644 index 000000000000..65f90b09b7f3 --- /dev/null +++ b/net-mgmt/php72-snmp/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +CATEGORIES= net-mgmt + +MASTERDIR= ${.CURDIR}/../../lang/php72 + +PKGNAMESUFFIX= -snmp + +.include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/php72-snmp/php71-snmp/Makefile b/net-mgmt/php72-snmp/php71-snmp/Makefile new file mode 100644 index 000000000000..d90d03d66c88 --- /dev/null +++ b/net-mgmt/php72-snmp/php71-snmp/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +CATEGORIES= net-mgmt + +MASTERDIR= ${.CURDIR}/../../lang/php71 + +PKGNAMESUFFIX= -snmp + +.include "${MASTERDIR}/Makefile" |