# $Id: Portfile 93020 2012-05-14 04:52:28Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Module-ScanDeps 1.08
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Recursively scan Perl code for dependencies
long_description      This module scans potential modules used by \
                      perl programs, and returns a hash reference\; its keys \
                      are the module names as appears in %INC \
                      (e.g. Test/More.pm)\; the values are hash references \
                      with this structure:

platforms             darwin

checksums             rmd160  8b5983e3c6cbe2478cf0076c7b944469095b5fb2 \
                      sha256  a72c92aedd0eeb938fe59a3e66b02c412d4da9e5c0c7db9632b8e66f222bb722

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-module-build \
                      port:p${perl5.major}-version

supported_archs       noarch
}
