1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net/pecl-geoip/Makefile
Adam Weinberger e91f5afdf5 Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.

Approved by:	portmgr (not really, but touches unstaged ports)
2014-08-11 17:05:50 +00:00

25 lines
478 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= geoip
PORTVERSION= 1.0.8
PORTREVISION= 1
CATEGORIES= net www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Map IP address to geographic places
LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP
USE_PHP= yes
USE_PHPEXT= yes
post-patch:
${REINPLACE_CMD} -e 's/-ldl//g' ${WRKSRC}/config.m4
.include <bsd.port.mk>