# -*- 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.26 5.28 5.30
perl5.setup         File-Copy-Recursive 0.45
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Perl extension for recursively copying files and directories
long_description    This module copies and moves directories recursively \
                    (or single files, well... singley) to an optional depth \
                    and attempts to preserve each file or directory's mode.

platforms           darwin

checksums           rmd160  1717fb37f350a444203a8706198f68711c3bd5f2 \
                    sha256  d3971cf78a8345e38042b208bb7b39cb695080386af629f4a04ffd6549df1157 \
                    size    19256

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-path-tiny \
                    port:p${perl5.major}-test-deep \
                    port:p${perl5.major}-test-fatal \
                    port:p${perl5.major}-test-file \
                    port:p${perl5.major}-test-warnings

    supported_archs noarch
}