Ticket #15596: Portfile

File Portfile, 1.0 KB (added by kykim@…, 16 years ago)

Portfile for rb-net-geoip

Line 
1# $Id$
2
3PortSystem          1.0
4PortGroup           ruby 1.0
5
6name                rb-net-geoip
7version             0.06
8categories          ruby
9
10maintainers         kykim@mac.com
11description         Net::Geoip
12long_description    Net::Geoip module to interface with the GeoIP library provided my MaxMind
13homepage            http://www.maxmind.com/app/ruby
14platforms           darwin
15master_sites        http://www.maxmind.com/download/geoip/api/ruby/
16distname            net-geoip-${version}
17
18checksums           md5 4bbae1a05a4339f79e2853778d4b50f3 \
19                    sha1 45dac7a1e4d738b62043e0e0819b198046063391 \
20                    rmd160 041a8532d4e3f222b87c17fa11cc87f7aa31920e
21
22depends_lib         port:ruby \
23                    port:libgeoip \
24                    port:libiconv
25
26patchfiles          patch-extconf.rb \
27                    patch-geoip.c
28
29post-patch {
30        file rename ${worksrcpath}/geoip.h ${worksrcpath}/geoiplocal.h
31}
32
33ruby.setup          net-geoip 0.06 extconf.rb
34#use_configure       no
35
36build.target