Ticket #22323: Portfile

File Portfile, 1.2 KB (added by n0ts (Naoya Nakazawa), 15 years ago)
Line 
1# $Id: Portfile 54042 2009-07-19 17:40:16Z toby@macports.org $
2
3PortSystem              1.0
4
5name                    GeoIP
6version                 1.4.6
7homepage                http://www.maxmind.com/download/geoip/api/c/
8categories              net
9platforms               darwin
10maintainers             gmail.com:naoya.n
11use_parallel_build      yes
12
13description \
14   GeoIP is a C library that enables the user to find geographical and network information of an IP address.
15
16long_description \
17  GeoIP is a C library that enables the user to find geographical and network information of an IP address. \
18  Included is a free GeoLite Country database that is updated at the beginning of every month. \
19  To download the latest free GeoLite Country database, go to: \
20  http://www.maxmind.com/app/geoip_country \
21  There is also a free city-level geolocation database, GeoLite City, available from: \
22  http://www.maxmind.com/app/geolitecity
23
24master_sites \
25  http://www.maxmind.com/download/geoip/api/c/
26
27checksums        md5 cb14b1beeb40631a12676b11ca0c309a \
28                 sha1 e692954f447c13270de7860e586696991776d8a3 \
29                 rmd160 67097c3f9c6bbdba1a4f7ee796713720dba19b0f
30