diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-04-24 06:18:48 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-04-24 06:18:48 +0800 |
commit | be83a27855aaa2a677dec30f507ed18e277bafc8 (patch) | |
tree | e68634a7d7f25c5be89b242bf2af0a6cbf4f355b /net-mgmt | |
parent | e0f5d2f4a561a2ba754ce516646db93d9e5959b9 (diff) | |
download | freebsd-ports-gnome-be83a27855aaa2a677dec30f507ed18e277bafc8.tar.gz freebsd-ports-gnome-be83a27855aaa2a677dec30f507ed18e277bafc8.tar.zst freebsd-ports-gnome-be83a27855aaa2a677dec30f507ed18e277bafc8.zip |
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
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" |