diff options
author | miwi <miwi@FreeBSD.org> | 2013-04-30 16:45:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-04-30 16:45:30 +0800 |
commit | 0931653756be2b83d0869104359c054c710cf8ed (patch) | |
tree | 35b3b373041b6dde2024fe6d00116613b82b5ef1 /net | |
parent | 5da459510f3947e3bedf4977ab18a7b5ad31b0d0 (diff) | |
download | freebsd-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/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" |