Ticket #42397: Portfile

File Portfile, 963 bytes (added by hakante (HåkanT), 10 years ago)
Line 
1PortSystem                      1.0
2
3name                    goaccess
4version                 0.7
5
6description             GoAccess is an open source real-time web log analyzer
7
8long_description    GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly.
9
10maintainers         openmaintainer
11categories          net
12platforms           darwin
13license             GPLv2
14homepage            http://goaccess.prosoftcorp.com
15master_sites        sourceforge:goaccess
16
17
18checksums           md5     6f7091dc320f8c695e9523279b521c38 \
19                                        sha256    3cc95e49208295e2dfac6b2e0220c828453f7fdf4957e95e4cd5fc13f4b3d6cf \
20                                        rmd160  9c074afb04b656ca6c089d5999c3138abb854f45
21
22depends_lib         port:ncurses
23
24variant geoip {
25    depends_lib-append      port:libgeoip
26    configure.args-append       --enable-geoip
27}
28
29default_variants        +geoip