# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem		1.0
PortGroup		perl5 1.0

perl5.setup		Data-Hierarchy 0.34
maintainers		geeklair.net:dluke
description		This is a Perl extension for handling data in a hierarchical structure.
long_description	Data::Hierarchy provides a simple interface for manipulating inheritable \
				data attached to a hierarchical environment (like filesystem).

checksums		md5 f4ac04c7f676cbfff9bbd1be118d4c66
platforms		darwin
master_sites		http://cpan.perl.org/authors/id/C/CL/CLKAO/
homepage		http://search.cpan.org/~clkao/

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

test.run		no
