You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
861 B
Tcl
24 lines
861 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-Fatal 0.018 ../../authors/id/R/RJ/RJBS
|
|
license {Artistic-1 GPL}
|
|
maintainers nomaintainer
|
|
description Test::Fatal - incredibly simple helpers for testing code with exceptions
|
|
long_description {*}${description}
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 612a2efa115d733ab56653b7eec9ba1e6e4ebdf5 \
|
|
sha256 b8d2cccf9ee467271bc478f9cf7eba49545452be9302ae359bc538b8bf687cd6 \
|
|
size 22433
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_lib-append \
|
|
port:p${perl5.major}-try-tiny
|
|
}
|