# $Id: Portfile 98690 2012-10-13 02:08:13Z jmr@macports.org $

PortSystem      1.0
PortGroup       perl5 1.0

perl5.branches  5.8 5.10 5.12 5.14 5.16
perl5.setup     Iterator 0.03
revision        3
license         {Artistic-1 GPL}
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
}
