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
923 B
Tcl
28 lines
923 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 Test-TempDir-Tiny 0.018
|
|
license Apache-2
|
|
maintainers nomaintainer
|
|
description Test::TempDir::Tiny - Temporary directories that stick around when tests fail
|
|
long_description ${description}
|
|
|
|
platforms {darwin any}
|
|
|
|
checksums rmd160 fd9a9d2122449ae9c30deb268e710f8c9d0d3fc5 \
|
|
sha256 d7b7a1fd7fcce0168d44fb8876918fe8a9af49ae0eb8b09625b67b18d71f5e81 \
|
|
size 19450
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-capture-tiny
|
|
|
|
depends_lib-append \
|
|
port:p${perl5.major}-file-temp
|
|
|
|
supported_archs noarch
|
|
}
|