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

PortSystem      1.0
PortGroup       perl5 1.0

perl5.setup     Iterator-Util 0.02
revision        2
maintainers	l2g openmaintainer
description	Essential utilities for the Iterator class.
long_description  \
		  This module implements many useful functions \
		  for creating and manipulating iterator objects.

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\
		    port:p${perl5.major}-iterator

checksums       md5 2b5f0c779c578e00e4d66613c051211f\
                sha1 610871cbee2367845e76ebff216c2d5f91134cfb\
		rmd160 338cfb14c29db003689fcb9fe72e6199cb1b3d28

supported_archs noarch
}
