# -*- 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.16 5.18 5.20 5.22 perl5.setup Module-ScanDeps 1.19 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 70b05b7e312e51e97e540310e6ee458470c150b5 \ sha256 be77c31327d88382bbae4d11e6209d3222c848bd3ade8d3dcaae3dae748a66cb 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 }