d2bfeb620a
the files in a directory or directory tree. It builds a list of filenames, and maintains a cursor that points to one filename in the list. The user can work through the filenames sequentially by repeatedly doing stuff with the next filename that the cursor points to until their are no filenames left. WWW: http://search.cpan.org/dist/File-Iterator/Iterator.pm PR: ports/146658 Submitted by: Eric Freeman <freebsdports at chillibear.com>
22 lines
470 B
Makefile
22 lines
470 B
Makefile
# Ports collection makefile for: devel-p5-File-Iterator
|
|
# Date created: 02 April 2010
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= File-Iterator
|
|
PORTVERSION= 0.14
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= File
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
COMMENT= Module for iterating across files in a directory tree
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= File::Iterator.3
|
|
|
|
.include <bsd.port.mk>
|