aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-04-30 16:45:30 +0800
committermiwi <miwi@FreeBSD.org>2013-04-30 16:45:30 +0800
commit0931653756be2b83d0869104359c054c710cf8ed (patch)
tree35b3b373041b6dde2024fe6d00116613b82b5ef1 /net
parent5da459510f3947e3bedf4977ab18a7b5ad31b0d0 (diff)
downloadfreebsd-ports-gnome-0931653756be2b83d0869104359c054c710cf8ed.tar.gz
freebsd-ports-gnome-0931653756be2b83d0869104359c054c710cf8ed.tar.zst
freebsd-ports-gnome-0931653756be2b83d0869104359c054c710cf8ed.zip
- Trim header
- Conver to PEAR_AUTOINSTALL
Diffstat (limited to 'net')
-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"