9c1017ae2d
ok aja@
19 lines
291 B
Makefile
19 lines
291 B
Makefile
# $OpenBSD: Makefile,v 1.14 2015/06/05 06:00:22 robert Exp $
|
|
|
|
COMMENT= PHP support for geocoding IPv4 addresses
|
|
|
|
DISTNAME= geoip-1.0.8
|
|
REVISION= 1
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += GeoIP
|
|
|
|
MODULES= lang/php/pecl
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
LIB_DEPENDS= net/GeoIP
|
|
|
|
.include <bsd.port.mk>
|