freebsd-ports/devel/p5-File-Iterator/Makefile
Martin Wilke d2bfeb620a File::Iterator wraps a simple iteration interface around
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>
2010-06-05 21:57:56 +00:00

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>