# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Geo-IP 1.50 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. # https://trac.macports.org/ticket/44703 # homepage http://www.maxmind.com/app/perl platforms darwin checksums rmd160 1ca0f4ec525869b7ff173eef8a6f6f015dfb172b \ sha256 f91fea704e096e9ad2c821f43e1fea325f2737331738d9b136371b51334d262b if {${perl5.major} != ""} { depends_lib-append \ port:libgeoip }