freebsd-ports/www/pear-HTTP_Download/Makefile
Jan Beich f4e1f3b974 Pass maintainership of PEAR ports to the submitter
PR:		214156
Submitted by:	Jochen Neumeister <joneum@bsdproject.de>
2016-11-04 07:50:45 +00:00

16 lines
390 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= HTTP_Download
PORTVERSION= 1.1.4
CATEGORIES= www devel pear
MAINTAINER= joneum@bsdproject.de
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>