freebsd-ports/net/pecl-geoip/Makefile
Mathieu Arnold 3fc575d9f3 Convert all PECL ports to USES=php:pecl.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:47 +00:00

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>