1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

- Trim header

- Conver to PEAR_AUTOINSTALL
This commit is contained in:
Martin Wilke 2013-04-30 08:45:30 +00:00
parent f8d1e687ba
commit 7c94ca8e75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316900

View File

@ -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"