ports/devel/pear-File_Iterator/Makefile
Sunpoet Po-Chuan Hsieh a7dd677338 Mark BROKEN: unfetchable, redirects to https://phpunit.de/
=> File_Iterator-1.3.3.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/File_Iterator-1.3.3.tgz
fetch: http://pear.phpunit.de/get/File_Iterator-1.3.3.tgz: size mismatch: expected 5152, actual 6296

Approved by:	portmgr (blanket)
2017-06-11 02:28:01 +00:00

21 lines
545 B
Makefile

# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
PORTNAME= File_Iterator
PORTVERSION= 1.3.3
CATEGORIES= devel www pear
MASTER_SITES= http://pear.phpunit.de/get/
PKGNAMEPREFIX= pear-
MAINTAINER= joneum@FreeBSD.org
COMMENT= PEAR FileIterator implementation
BUILD_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
RUN_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
BROKEN= unfetchable, redirects to https://phpunit.de/
USES= pear
PEAR_CHANNEL= phpunit
.include <bsd.port.mk>