mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
Pass it to Jochen Neumeister <joneum@bsdproject.de>. PR: 215607 Submitted by: Jochen Neumeister <joneum@bsdproject.de> Approved by: Gasol Wu <gasol.wu@gmail.com> (former maintainer)
19 lines
491 B
Makefile
19 lines
491 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@bsdproject.de
|
|
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
|
|
|
|
USES= pear
|
|
PEAR_CHANNEL= phpunit
|
|
|
|
.include <bsd.port.mk>
|