19 lines
292 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.21 2018/12/11 12:33:26 sthen Exp $
COMMENT= PHP support for geocoding IPv4 addresses
2017-05-21 21:51:27 +00:00
DISTNAME= geoip-1.1.1
REVISION= 1
2012-04-19 21:30:26 +00:00
# PHP
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += GeoIP c
2010-11-11 12:35:09 +00:00
2012-04-19 21:30:26 +00:00
MODULES= lang/php/pecl
CONFIGURE_STYLE= gnu
2010-11-22 08:36:47 +00:00
LIB_DEPENDS= net/GeoIP
.include <bsd.port.mk>