aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-Iterator-File/Makefile
blob: aea786943b5522e8be2dbf9474d276d44889e2d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: chinsan
# $FreeBSD$

PORTNAME=	Iterator-File
PORTVERSION=	1.01
CATEGORIES=	sysutils perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	File iterator, optionally stateful and verbose

USES=		perl5
USE_PERL5=	configure
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

NO_STAGE=	yes
.include <bsd.port.mk>