aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_Dict
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-04-30 08:45:30 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-04-30 08:45:30 +0000
commit7c94ca8e751009e9cd849c64ccefaae7b708721a (patch)
tree35b3b373041b6dde2024fe6d00116613b82b5ef1 /net/pear-Net_Dict
parentf8d1e687ba0ad1bc77cd98c03c2eb99e41764b74 (diff)
downloadports-7c94ca8e751009e9cd849c64ccefaae7b708721a.tar.gz
ports-7c94ca8e751009e9cd849c64ccefaae7b708721a.zip
Notes
Diffstat (limited to 'net/pear-Net_Dict')
-rw-r--r--net/pear-Net_Dict/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/net/pear-Net_Dict/Makefile b/net/pear-Net_Dict/Makefile
index 4018e47bb954..5598d7505616 100644
--- a/net/pear-Net_Dict/Makefile
+++ b/net/pear-Net_Dict/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Net_Dict
-# Date created: 07 March 2005
-# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
-#
PORTNAME= Net_Dict
PORTVERSION= 1.0.7
@@ -14,10 +10,10 @@ COMMENT= PEAR interface to the DICT protocol
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
+ ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache
-FILES= Net/Dict.php
-DOCS= dict.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"