# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 perl5.setup Module-ScanDeps 1.35 revision 0 license {Artistic-1 GPL} maintainers nomaintainer description Module::ScanDeps - 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. platforms {darwin any} supported_archs noarch checksums rmd160 072df38cbeb5af5955eb0bd84fb0041e3d9957b6 \ sha256 e5beb3adf55be3dab71f9a1416d4bad57b14e5e05c96370741b9d8f96a51b612 \ size 59289 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-ipc-run3 \ port:p${perl5.major}-test-requires \ port:p${perl5.major}-test-simple depends_lib-append \ port:p${perl5.major}-getopt-long \ port:p${perl5.major}-module-metadata \ port:p${perl5.major}-scalar-list-utils \ port:p${perl5.major}-text-parsewords \ port:p${perl5.major}-version }