Files
2022-11-09 09:29:14 +11:00

34 lines
1.2 KiB
Tcl

# -*- 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 Path-Iterator-Rule 1.015 ../../authors/id/D/DA/DAGOLDEN
revision 0
license {Artistic-1 GPL}
maintainers nomaintainer
description Path::Iterator::Rule - Iterative, recursive file finder
long_description ${description}
platforms {darwin any}
checksums rmd160 447898dfbad07cce55bfc7d21c4b1cc38e801f92 \
sha256 f3b062c68e07c76f68de5bc33877cfe9e078b6351a61ba1650e33e09f51ecb29 \
size 53036
if {${perl5.major} != ""} {
depends_build-append \
port:p${perl5.major}-file-pushd \
port:p${perl5.major}-path-tiny \
port:p${perl5.major}-test-deep \
port:p${perl5.major}-test-filename
depends_lib-append \
port:p${perl5.major}-number-compare \
port:p${perl5.major}-text-glob \
port:p${perl5.major}-try-tiny
supported_archs noarch
}