# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Module-ScanDeps 0.97
maintainers           narf_tm openmaintainer
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             md5 7213836ce86f086508a49d8716c971b5 \
                      sha1 9460210baf35f54e41ce4c91227e837c89ab268a \
                      rmd160 a8fc75d131768479a88bcf5be3a080ef79a7b445

depends_lib-append    port:p5-module-build \
                      port:p5-version

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