91a1caa242
Hope to see you back! Thank for all the work!
20 lines
578 B
Makefile
20 lines
578 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= ports@FreeBSD.org
|
|
COMMENT= Library to perform geo-location lookups of IP addresses
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \
|
|
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
|
|
RUN_DEPENDS= ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \
|
|
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|