2006-12-23 03:35:46 +01:00
|
|
|
# Ports collection makefile for: pear-Net_Geo
|
|
|
|
# Date created: 2006/12/22
|
|
|
|
# Whom: chinsan
|
|
|
|
#
|
|
|
|
# $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
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-12-23 03:35:46 +01:00
|
|
|
|
2010-11-04 11:01:23 +01:00
|
|
|
FILES= Net/Geo.php README
|
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>
|