aboutsummaryrefslogtreecommitdiffstats
path: root/www/pear-HTTP_Download/Makefile
blob: e3a52534603cc4eaf9a6d4dd64605688d491c188 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Ports collection makefile for:  pear-HTTP_Download
# Date created:           17 January 2005
# Whom:               Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#

PORTNAME=   HTTP_Download
PORTVERSION=    1.1.2
CATEGORIES= www devel pear

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}

CATEGORY=   HTTP
FILES=      Download.php Download/PgLOB.php Download/Archive.php
TESTS=      send.php testcase.php data.txt

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>