15c1f311bc
spotted by sthen@
22 lines
371 B
Makefile
22 lines
371 B
Makefile
# $OpenBSD: Makefile,v 1.8 2012/06/18 07:56:13 ajacoutot Exp $
|
|
|
|
COMMENT= PHP support for geocoding IPv4 addresses
|
|
|
|
DISTNAME= geoip-1.0.7
|
|
REVISION= 4
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += GeoIP
|
|
|
|
MODULES= lang/php/pecl
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
LIB_DEPENDS= net/GeoIP
|
|
|
|
.include <bsd.port.mk>
|