pkgsrc/net/php-geoip/Makefile
fhajny 10bfc171cb Import php53-geoip-1.0.8 as net/php-geoip.
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. For more info, please visit Maxmind's website.
2012-02-06 22:44:56 +00:00

20 lines
527 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2012/02/06 22:44:56 fhajny Exp $
#
MODNAME= geoip
PECL_VERSION= 1.0.8
CATEGORIES= net geography
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pecl.php.net/package/geoip/
COMMENT= PHP module to map IP address to geographic places
LICENSE= php
PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+= --with-${MODNAME}
CONFIGURE_ARGS+= --with-${PKGMODNAME}=shared,${BUILDLINK_DIR}
.include "../../lang/php/ext.mk"
.include "../../net/GeoIP/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"