Ticket #15596: Portfile.2

File Portfile.2, 897 bytes (added by raimue (Rainer Müller), 16 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4PortGroup           ruby 1.0
5
6ruby.setup          net-geoip 0.06 extconf.rb
7maintainers         kykim@mac.com
8description         Net::Geoip
9long_description    Net::Geoip module to interface with the GeoIP library provided my MaxMind
10homepage            http://www.maxmind.com/app/ruby
11platforms           darwin
12master_sites        http://www.maxmind.com/download/geoip/api/ruby/
13distname            net-geoip-${version}
14
15checksums           md5 4bbae1a05a4339f79e2853778d4b50f3 \
16                    sha1 45dac7a1e4d738b62043e0e0819b198046063391 \
17                    rmd160 041a8532d4e3f222b87c17fa11cc87f7aa31920e
18
19depends_lib-append \
20                    port:libgeoip \
21                    port:libiconv
22
23patchfiles          patch-extconf.rb \
24                    patch-geoip.c
25
26post-patch {
27        file rename ${worksrcpath}/geoip.h ${worksrcpath}/geoiplocal.h
28}