23 lines
437 B
Makefile
23 lines
437 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= geoip
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= net www
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Map IP address to geographic places
|
|
|
|
LICENSE= PHP301
|
|
|
|
LIB_DEPENDS= libGeoIP.so:net/GeoIP
|
|
|
|
USES= php:ext tar:tgz
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/config.m4
|
|
|
|
.include <bsd.port.mk>
|