You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
860 B
Tcl
28 lines
860 B
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 Cwd-Guard 0.05
|
|
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license {Artistic-1 GPL}
|
|
|
|
description Temporary changing working directory (chdir)
|
|
|
|
long_description ${description}
|
|
|
|
checksums sha256 7afc7ca2b9502e440241938ad97a3e7ebd550180ebd6142e1db394186b268e77 \
|
|
rmd160 2adb76dc1107b4eae567a26caf4bf8653874e678
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-file-copy-link \
|
|
port:p${perl5.major}-test-requires
|
|
|
|
supported_archs noarch
|
|
perl5.use_module_build
|
|
}
|