diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-17 23:28:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-17 23:28:55 +0800 |
commit | 44e3b8ae5bf3397eb3a19986ea5322fd31ee134a (patch) | |
tree | 5d78b4e723084b56f1c8c6376f5fa0a426563ff7 /www/pear-HTTP_Download | |
parent | ff060d50686d1805e9f6fe59aa054698f1a0658b (diff) | |
download | freebsd-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/Makefile | 11 |
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" |