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

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           File-ShareDir 1.02
maintainers           narf_tm openmaintainer
description           Locate per-dist and per-module shared files
long_description      The intent of File::ShareDir is to provide a companion \
                      to Class::Inspector and File::HomeDir, modules that \
                      take a process that is well-known by advanced Perl \
                      developers but gets a little tricky, and make it \
                      more available to the larger Perl community.

platforms             darwin

checksums             md5 edb4b9d418a03bf9b0cf6d0fa9585c3f \
                      sha1 2871d8523c69a6e36f5c4ac60647a05dbdae3727 \
                      rmd160 ed818fa4a2468312941acb8fae4e07cc136c3400

depends_lib-append    port:p5-class-inspector

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