mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
21 lines
529 B
Makefile
21 lines
529 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_GeoIP
|
|
PORTVERSION= 1.0.0.r1
|
|
PORTREVISION= 1
|
|
CATEGORIES= net pear
|
|
DISTNAME= Net_GeoIP-1.0.0RC1
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Library to perform geo-location lookups of IP addresses
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Cache.php:sysutils/pear-Cache \
|
|
${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer
|
|
RUN_DEPENDS= ${PEARDIR}/Cache.php:sysutils/pear-Cache \
|
|
${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|