# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem      1.0
PortGroup       perl5 1.0

perl5.setup     Iterator-Util 0.02
name		p5-iterator-util
maintainers	tcnj.edu:hagedorn
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
depends_lib-append  port:p5-exception-class\
		    port:p5-devel-stacktrace\
		    port:p5-class-data-inheritable\
		    port:p5-iterator

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

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
