1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/net/pear-Net_GeoIP/Makefile
Adam Weinberger e91f5afdf5 Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.

Approved by:	portmgr (not really, but touches unstaged ports)
2014-08-11 17:05:50 +00:00

25 lines
760 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}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>