diff options
Diffstat (limited to 'net-mgmt/php52-snmp/Makefile')
-rw-r--r-- | net-mgmt/php52-snmp/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-mgmt/php52-snmp/Makefile b/net-mgmt/php52-snmp/Makefile new file mode 100644 index 000000000000..eb0516353729 --- /dev/null +++ b/net-mgmt/php52-snmp/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-snmp +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= net-mgmt + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -snmp + +.include "${MASTERDIR}/Makefile" |