blob: 596ef316d030977258998bbbc83a4cc649a2cf90 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= HTTP_Download
PORTVERSION= 1.1.4
CATEGORIES= www devel pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR class to send HTTP downloads
BUILD_DEPENDS= ${PEARDIR}/HTTP/Header.php:www/pear-HTTP_Header
RUN_DEPENDS= ${PEARDIR}/HTTP/Header.php:www/pear-HTTP_Header
USES= pear
.include <bsd.port.mk>
|