opnsense-ports/net/pear-Net_Geo/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

18 lines
497 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= Net_Geo
PORTVERSION= 1.0.5
CATEGORIES= net pear
MAINTAINER= ports@FreeBSD.org
COMMENT= Geographical locations based on Internet address
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>