openbsd-ports/www/pecl-geoip/Makefile

22 lines
368 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2012/08/30 14:09:21 sthen Exp $
COMMENT= PHP support for geocoding IPv4 addresses
DISTNAME= geoip-1.0.7
REVISION= 6
2012-04-19 17:30:26 -04:00
# PHP
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-11 07:35:09 -05:00
WANTLIB += GeoIP
2012-04-19 17:30:26 -04:00
MODULES= lang/php/pecl
CONFIGURE_STYLE= gnu
2010-11-22 03:36:47 -05:00
LIB_DEPENDS= net/GeoIP
.include <bsd.port.mk>