diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-03-17 05:21:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-03-17 05:21:05 +0000 |
commit | 768dd7c392e726cf2862af1a387feca1761120fa (patch) | |
tree | 0fda0910862e24fef22a13776c3bc23a39902054 /net-mgmt/flow-tools | |
parent | 6e9e4a6ed8e68b01360049e69f58bf743439d301 (diff) | |
download | ports-768dd7c392e726cf2862af1a387feca1761120fa.tar.gz ports-768dd7c392e726cf2862af1a387feca1761120fa.zip |
Notes
Diffstat (limited to 'net-mgmt/flow-tools')
-rw-r--r-- | net-mgmt/flow-tools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/flow-tools/Makefile b/net-mgmt/flow-tools/Makefile index 18deacc6e5b7..cbdf19db7120 100644 --- a/net-mgmt/flow-tools/Makefile +++ b/net-mgmt/flow-tools/Makefile @@ -11,9 +11,11 @@ PORTREVISION= 7 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.eng.oar.net/pub/flow-tools/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Suite of tools and library to work with netflow data +PORTSCOUT= skipv:0.411 + OPTIONS= MYSQL "Enable MySQL support" off \ OPENSSL "Enable OpenSSL support" off \ PGSQL "Enable PostgreSQL support" off |