diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-05-16 09:46:51 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-05-16 09:46:51 +0000 |
commit | 902a0675beeba6c01a038f9594a0c532079fd2f2 (patch) | |
tree | e640f9d726eb930319bafe09a6173a5b67843921 /net-mgmt | |
parent | c76d4dd7170ff14ee3d83458ff9f89cdbc7a5694 (diff) |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/php53-snmp/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index ed49f6a653ba..27ca37c699d7 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -241,6 +241,7 @@ SUBDIR += pftabled SUBDIR += php5-snmp SUBDIR += php52-snmp + SUBDIR += php53-snmp SUBDIR += phpip SUBDIR += phpweathermap SUBDIR += pixilate diff --git a/net-mgmt/php53-snmp/Makefile b/net-mgmt/php53-snmp/Makefile new file mode 100644 index 000000000000..db7990ab4519 --- /dev/null +++ b/net-mgmt/php53-snmp/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php53-snmp +# Date created: 12 Apr 2012 +# Whom: Florian Smeets <flo@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= net-mgmt + +MASTERDIR= ${.CURDIR}/../../lang/php53 + +PKGNAMESUFFIX= -snmp + +.include "${MASTERDIR}/Makefile" |