# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
maintainers ryandesign openmaintainer
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2
if {[vercmp ${php.branch} 7] >= 0} {
checksums rmd160 60c128064decb959b497bd2f627712b7be32fa79 \
sha256 b2d05c03019d46135c249b5a7fa0dbd43ca5ee98aea8ed807bc7aa90ac8c0f06
checksums rmd160 cea5d556b2d502f40cc197cb8acec09d8482aac0 \
sha256 08beeb2cbe9ab729d06b026795f5b9084aead6a1762493b0be53c4393d68d08a
description Map IP address to geographic places
This PHP extension allows you to find the location of an IP address - \
City, State, Country, Longitude, Latitude, and other information as all, \
such as ISP and connection type.
if {${name} ne ${subport}} {
depends_lib-append port:libgeoip
configure.args --with-geoip=${prefix}
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
xinstall -m 644 -W ${worksrcpath} ChangeLog README ${destroot}${docdir}