3fc575d9f3
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
20 lines
352 B
Makefile
20 lines
352 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= geoip
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= net www
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Map IP address to geographic places
|
|
|
|
LICENSE= PHP301
|
|
|
|
LIB_DEPENDS= libGeoIP.so:net/GeoIP
|
|
|
|
USES= php:pecl
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/config.m4
|
|
|
|
.include <bsd.port.mk>
|