diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-04-30 08:45:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-04-30 08:45:30 +0000 |
commit | 7c94ca8e751009e9cd849c64ccefaae7b708721a (patch) | |
tree | 35b3b373041b6dde2024fe6d00116613b82b5ef1 /net/pear-Net_Dict | |
parent | f8d1e687ba0ad1bc77cd98c03c2eb99e41764b74 (diff) | |
download | ports-7c94ca8e751009e9cd849c64ccefaae7b708721a.tar.gz ports-7c94ca8e751009e9cd849c64ccefaae7b708721a.zip |
Notes
Diffstat (limited to 'net/pear-Net_Dict')
-rw-r--r-- | net/pear-Net_Dict/Makefile | 12 |
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" |