Files

24 lines
880 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 ruby 1.0
ruby.branches 3.3 3.2 3.1 3.0
ruby.setup cane 3.0.0 gem {} rubygems
categories-append devel
license Apache-2
maintainers nomaintainer
platforms any
homepage https://github.com/square/cane
description Code quality threshold checking as part of your build
long_description {*}${description}
checksums rmd160 a860f098cdc161a700a10a54a0776a08bd9e84b1 \
sha256 30423ec90a770905643c8b0d5f7c5f740cc8c7814a9bf286c219d24387fac579 \
size 24576
supported_archs noarch
if {${name} ne ${subport}} {
depends_run-append \
port:rb${ruby.suffix}-parallel
}