# $Id: Portfile 82596 2011-08-16 15:04:59Z dluke@macports.org $

PortSystem      1.0
PortGroup       perl5 1.0

perl5.setup     Iterator 0.03
version		0.03
revision        2
maintainers	l2g openmaintainer
description	An implementation of iterators
long_description  \
		  p5-Iterator provides a class that simplifies the \
		  creation and use of these iterator objects. Other \
		  p5-iterator modules provide many general-purpose \
		  and special-purpose iterator functions.

homepage	  http://search.cpan.org/~roode/${distname}/
platforms	  darwin
if {${perl5.major} != ""} {
depends_lib-append  port:p${perl5.major}-exception-class\
		    port:p${perl5.major}-devel-stacktrace\
		    port:p${perl5.major}-class-data-inheritable

checksums       md5 d59487c209c00a26e203c489dbe69b07\
                sha1 f6745732dff8f9f76e91ab9f340b43a58daf468f\
		rmd160 8f39f0d755b3a7255e861f93b0edde1e0076c3b9

supported_archs noarch
}
