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 | |
parent | 078a1f526ea40b94c6c546d608f2d8ac1ea17af4 (diff) | |
download | ports-1aaae85bdc4e00b0cafc7a536934e0a41e58ff5b.tar.gz ports-1aaae85bdc4e00b0cafc7a536934e0a41e58ff5b.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/php52-snmp/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 07c865a58ede..207f9a9b0fb1 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -212,6 +212,7 @@ SUBDIR += pftabled SUBDIR += php4-snmp SUBDIR += php5-snmp + SUBDIR += php52-snmp SUBDIR += phpip SUBDIR += pixilate SUBDIR += pktstat 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" |