# $Id: Portfile 84460 2011-09-26 14:52:55Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           File-ShareDir 1.03 ../by-authors/id/A/AD/ADAMK/
revision              2
license               {Artistic-1 GPL}
maintainers           nomaintainer
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 333a0903db23b9097adfbeb37b99d561 \
                      sha1 45ff393e20da1062d2f2cfb2e6dea1edf4e1db46 \
                      rmd160 dbfec077f420abcce9c87eb0541dec16a4807509

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-class-inspector

supported_archs       noarch
}
