1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
Cheng-Lung Sung 7824849090 Add pecl-geoip 0.2.0, map IP address to geographic places.
PR:		ports/110798
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2007-03-28 01:38:47 +00:00

28 lines
529 B
Makefile

# New ports collection makefile for: pecl-geoip
# Date created: 2007-03-25
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= geoip
PORTVERSION= 0.2.0
CATEGORIES= net www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= gslin@gslin.org
COMMENT= Map IP address to geographic places
LIB_DEPENDS= GeoIP:${PORTSDIR}/net/GeoIP
USE_PHP= yes
USE_PHPEXT= yes
post-patch:
${REINPLACE_CMD} -e 's/-ldl//g' ${WRKSRC}/config.m4
.include <bsd.port.mk>