2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2007-03-28 03:38:47 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= geoip
|
2016-11-19 18:06:11 +01:00
|
|
|
PORTVERSION= 1.1.1
|
2007-03-28 03:38:47 +02:00
|
|
|
CATEGORIES= net www
|
|
|
|
|
2014-12-24 07:15:06 +01:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2007-03-28 03:38:47 +02:00
|
|
|
COMMENT= Map IP address to geographic places
|
|
|
|
|
2014-12-24 07:15:06 +01:00
|
|
|
LICENSE= PHP301
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
LIB_DEPENDS= libGeoIP.so:net/GeoIP
|
2007-03-28 03:38:47 +02:00
|
|
|
|
2017-04-10 17:08:47 +02:00
|
|
|
USES= php:pecl
|
2007-03-28 03:38:47 +02:00
|
|
|
|
|
|
|
post-patch:
|
2014-12-24 07:15:06 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/config.m4
|
2007-03-28 03:38:47 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|