diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:18:35 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:18:35 +0000 |
commit | 15c7413b8965e0bbdafd4979df83b38ed22a9830 (patch) | |
tree | 0000063dc80534768b571c25fb1868718d0a08c3 /net-mgmt | |
parent | 662e829252acaca8e442c8a4f7a8c76cafd29677 (diff) |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/php5-snmp/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 089b82e453b0..ba04eda5fc99 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -113,6 +113,7 @@ SUBDIR += packit SUBDIR += pancho SUBDIR += php4-snmp + SUBDIR += php5-snmp SUBDIR += pixilate SUBDIR += pmacct SUBDIR += portmon diff --git a/net-mgmt/php5-snmp/Makefile b/net-mgmt/php5-snmp/Makefile new file mode 100644 index 000000000000..d1801e7a7008 --- /dev/null +++ b/net-mgmt/php5-snmp/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-snmp +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= net-mgmt + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -snmp + +.include "${MASTERDIR}/Makefile" |