aboutsummaryrefslogtreecommitdiffstats
path: root/www/pear-HTTP_Download
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-03-17 23:28:55 +0800
committermiwi <miwi@FreeBSD.org>2013-03-17 23:28:55 +0800
commit44e3b8ae5bf3397eb3a19986ea5322fd31ee134a (patch)
tree5d78b4e723084b56f1c8c6376f5fa0a426563ff7 /www/pear-HTTP_Download
parentff060d50686d1805e9f6fe59aa054698f1a0658b (diff)
downloadfreebsd-ports-gnome-44e3b8ae5bf3397eb3a19986ea5322fd31ee134a.tar.gz
freebsd-ports-gnome-44e3b8ae5bf3397eb3a19986ea5322fd31ee134a.tar.zst
freebsd-ports-gnome-44e3b8ae5bf3397eb3a19986ea5322fd31ee134a.zip
- Convert to PEAR_AUTOINSTALL
- Trim header
Diffstat (limited to 'www/pear-HTTP_Download')
-rw-r--r--www/pear-HTTP_Download/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/www/pear-HTTP_Download/Makefile b/www/pear-HTTP_Download/Makefile
index 6dee2febb966..61ecd37c56f4 100644
--- a/www/pear-HTTP_Download/Makefile
+++ b/www/pear-HTTP_Download/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-HTTP_Download
-# Date created: 17 January 2005
-# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
-#
PORTNAME= HTTP_Download
PORTVERSION= 1.1.4
@@ -13,10 +9,9 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR class to send HTTP downloads
BUILD_DEPENDS= ${PEARDIR}/HTTP/Header.php:${PORTSDIR}/www/pear-HTTP_Header
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/HTTP/Header.php:${PORTSDIR}/www/pear-HTTP_Header
-FILES= HTTP/Download.php HTTP/Download/PgLOB.php HTTP/Download/Archive.php
-TESTS= send.php data.txt AllTests.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"