2013-04-30 10:41:59 +02:00
|
|
|
# Created by: chinsan
|
2006-12-23 03:35:46 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net_Geo
|
2010-11-04 11:01:23 +01:00
|
|
|
PORTVERSION= 1.0.5
|
2006-12-23 03:35:46 +01:00
|
|
|
CATEGORIES= net pear
|
|
|
|
|
2008-09-08 02:22:00 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2006-12-23 03:35:46 +01:00
|
|
|
COMMENT= Geographical locations based on Internet address
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
|
|
|
${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \
|
|
|
|
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
|
2013-04-30 10:41:59 +02:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
|
|
|
${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \
|
|
|
|
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
|
2006-12-23 03:35:46 +01:00
|
|
|
|
2013-04-30 10:41:59 +02:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2006-12-23 03:35:46 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
.include <bsd.port.post.mk>
|