aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-Iterator/Makefile
blob: da74c89d88b7781871ffba0f46af3935a83d0000 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: 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=		ports@FreeBSD.org
COMMENT=		Module for iterating across files in a directory tree

PERL_CONFIGURE=	yes

MAN3=	File::Iterator.3

.include <bsd.port.mk>