Ticket #15497: Portfile

File Portfile, 702 bytes (added by hagedorn@…, 16 years ago)

Portfile

Line 
1# $Id$
2
3PortSystem      1.0
4PortGroup       perl5 1.0
5perl5.setup     Iterator-Util 0.02
6name            p5-iterator-util
7maintainers     tcnj.edu:hagedorn
8description     Essential utilities for the Iterator class.
9long_description  \
10                  This module implements many useful functions \
11                  for creating and manipulating iterator objects.
12
13homepage          http://search.cpan.org/~roode/${distname}/
14platforms         darwin
15depends_lib-append  port:p5-exception-class\
16                    port:p5-devel-stacktrace\
17                    port:p5-class-data-inheritable\
18                    port:p5-iterator
19
20checksums       md5 2b5f0c779c578e00e4d66613c051211f\
21                sha1 610871cbee2367845e76ebff216c2d5f91134cfb\
22                rmd160 338cfb14c29db003689fcb9fe72e6199cb1b3d28
23