Ticket #5074: Portfile

File Portfile, 1.1 KB (added by joe@…, 19 years ago)

GeoIP Portfile

Line 
1# $Id: Portfile,v 1.18 2005/06/29 07:28:38 michaelm Exp $
2
3PortSystem 1.0
4name              GeoIP
5version           1.3.14
6categories        net
7maintainers       joe@netmusician.org
8description       Find the country that any IP address or hostname originates from
9long_description        GeoIP is a C library that enables the user to find the country that any \
10                        IP address or hostname originates from.  It uses a file based database \
11                        that is accurate as of March 2002.  This database simply contains IP blocks \
12                        as keys, and countries as values.  This database should be more complete and \
13                        accurate than using reverse DNS lookups. \
14                        \
15                        This module can be used to automatically select the geographically closest \
16                        mirror, to analyze your web server logs to determine the countries of your \
17                        visitors, for credit card fraud detection, and for software export controls. \
18homepage          http://maxmind.com/geoip/
19platforms         darwin
20
21master_sites      http://www.maxmind.com/download/geoip/api/c/
22
23distname         GeoIP-${version}
24checksums        md5 a1f6fb744d85e96a457808f9c32fd334
25
26configure.args  --prefix=${prefix}
27
28