19 lines
290 B
Makefile
Raw Normal View History

2014-11-06 17:13:39 +00:00
# $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
2014-11-06 17:13:39 +00:00
REVISION= 0
2012-04-19 21:30:26 +00:00
# PHP
PERMIT_PACKAGE_CDROM= Yes
2010-11-11 12:35:09 +00:00
WANTLIB += GeoIP
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>