freebsd-ports/net/pear-Net_Geo/Makefile

19 lines
497 B
Makefile
Raw Normal View History

# Created by: chinsan
# $FreeBSD$
PORTNAME= Net_Geo
2010-11-04 11:01:23 +01:00
PORTVERSION= 1.0.5
CATEGORIES= net pear
MAINTAINER= ports@FreeBSD.org
COMMENT= Geographical locations based on Internet address
2014-09-23 18:57:57 +02:00
BUILD_DEPENDS= ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
2014-09-23 18:57:57 +02:00
RUN_DEPENDS= ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
2014-09-23 18:57:57 +02:00
USES= pear
2014-09-23 18:57:57 +02:00
.include <bsd.port.mk>