# New ports collection makefile for:	Array Iterator
# Date created:				1 August 2004
# Whom:					Aaron Dalton <aaron@daltons.ca>
#
# $FreeBSD: ports/devel/p5-Array-Iterator/Makefile,v 1.5 2008/04/29 05:26:38 linimon Exp $
#

PORTNAME=	Array-Iterator
PORTVERSION=	0.06
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A set of array iterators

MAN3=		Array::Iterator.3 Array::Iterator::Circular.3 \
       		Array::Iterator::BiDirectional.3 Array::Iterator::Reusable.3

PERL_CONFIGURE=	yes

.include <bsd.port.mk>
