blob: f919d759419a1f4a27b42833a5aaa729c26a6c63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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= gasol.wu@gmail.com
COMMENT= PEAR FileIterator implementation
BUILD_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
RUN_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
USES= pear
PEAR_CHANNEL= phpunit
.include <bsd.port.mk>
|