freebsd-ports/sysutils/p5-Iterator-File/Makefile
Chin-San Huang 5c776b124f Iterator_File is an attempt to take some repetition & tedium out of
processing a flat file. Whenever doing so, I found myself adapting prior
scripts so that processes could be resumed, emit status, etc. Hence an itch
(and this module) was born.

WWW: http://search.cpan.org/dist/Iterator-File/
2008-06-21 06:49:30 +00:00

27 lines
645 B
Makefile

# New ports collection makefile for: p5-Iterator-File
# Date created: 2008/06/20
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= Iterator-File
PORTVERSION= 1.01
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= A file iterator, optionally stateful and verbose
PERL_CONFIGURE= yes
MAN3= Iterator::File::Status.3 \
Iterator::File::Source::FlatFile.3 \
Iterator::File::Utility.3 \
Iterator::File::State::Interface.3 \
Iterator::File::Source::Interface.3 \
Iterator::File::State::TempFile.3 \
Iterator::File.3 \
Iterator::File::State::IPCShareable.3
.include <bsd.port.mk>