1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/net/pecl-geoip/Makefile
Baptiste Daroussin 3f6c422e36 Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year

PR:		195059
2014-12-02 22:40:56 +00:00

25 lines
477 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= ports@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>