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 () -# +# Created by: Antonio Carlos Venancio Junior () # $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 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"