diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 22:18:48 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 22:18:48 +0000 |
commit | 1aaae85bdc4e00b0cafc7a536934e0a41e58ff5b (patch) | |
tree | 34b2232ac085b8d098025b48ca036a1331ccdf19 /net-mgmt/php52-snmp/Makefile | |
parent | 078a1f526ea40b94c6c546d608f2d8ac1ea17af4 (diff) |
Notes
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" |