9fb1ef4c3a
response to email. Hat: portmgr
27 lines
642 B
Makefile
27 lines
642 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= perl@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>
|