diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-04-30 08:41:59 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-04-30 08:41:59 +0000 |
commit | 7dbcfabdae47660c75dc4b16a7a945dc2520248e (patch) | |
tree | 3fc67395f75359b6587aa37ad001e4a41f75e328 /net/pear-Net_Geo | |
parent | 0eb231095d4fddc70fda56f259546a0c6d69d8c4 (diff) | |
download | ports-7dbcfabdae47660c75dc4b16a7a945dc2520248e.tar.gz ports-7dbcfabdae47660c75dc4b16a7a945dc2520248e.zip |
Notes
Diffstat (limited to 'net/pear-Net_Geo')
-rw-r--r-- | net/pear-Net_Geo/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/net/pear-Net_Geo/Makefile b/net/pear-Net_Geo/Makefile index 736fe6f50470..91cd8493e276 100644 --- a/net/pear-Net_Geo/Makefile +++ b/net/pear-Net_Geo/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Net_Geo -# Date created: 2006/12/22 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= Net_Geo PORTVERSION= 1.0.5 @@ -15,9 +11,11 @@ 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 -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ + ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \ + ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer -FILES= Net/Geo.php README +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |