# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Module-ScanDeps 1.22 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 f8a93108bce6c34b4bfabbd52c9dd37eea7f6ff1 \ sha256 4670de213243cd0002838279f4d30c41879ff8d86a5740cd215cdb234f13f799 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-prefork \ port:p${perl5.major}-test-requires depends_lib-append \ port:p${perl5.major}-module-metadata \ port:p${perl5.major}-text-parsewords \ port:p${perl5.major}-version supported_archs noarch }