# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-b asic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Geo-IP 1.51
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Look up location and network information by IP Address
long_description    Geo::IP links to the C GeoIP API library to access \
                    file-based databases to lookup geographic information \
                    such as country, region and city based on IP addresses.

platforms           darwin

checksums           rmd160  86be90a40ac0da31c39148d44c7e22de39b59912 \
                    sha256  163020315d5c5441836ac79e08a77b428f277fd090bea4fa80da7077b2436aba \
                    size    155629

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:libgeoip
}