1 | # -*- 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 |
---|
2 | # $Id: |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.setup Geo-IP 1.31 |
---|
8 | maintainers nomaintainer@macports.org |
---|
9 | description Look up location and network information by IP Address |
---|
10 | long_description Geo::IP links to the C GeoIP API library to access \ |
---|
11 | file-based databases to lookup geographic information \ |
---|
12 | such as country, region and city based on IP addresses. |
---|
13 | |
---|
14 | homepage http://www.maxmind.com/app/perl |
---|
15 | |
---|
16 | platforms darwin |
---|
17 | |
---|
18 | checksums md5 4a3c9e72ff8fa92e04d89e220333cd86 \ |
---|
19 | sha1 5f6bdd768e9590cbfef5742ebcb8bda597810444 |
---|
20 | |
---|
21 | depends_lib-append port:libgeoip |
---|