mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
e91f5afdf5
r364627. Approved by: portmgr (not really, but touches unstaged ports)
25 lines
478 B
Makefile
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>
|