19 lines
290 B
Makefile
19 lines
290 B
Makefile
# $OpenBSD: Makefile,v 1.13 2014/11/06 17:13:40 sthen Exp $
|
|
|
|
COMMENT= PHP support for geocoding IPv4 addresses
|
|
|
|
DISTNAME= geoip-1.0.8
|
|
REVISION= 0
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += GeoIP
|
|
|
|
MODULES= lang/php/pecl
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
LIB_DEPENDS= net/GeoIP
|
|
|
|
.include <bsd.port.mk>
|