mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 00:39:15 -04:00
=> 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)
21 lines
545 B
Makefile
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>
|