Files

26 lines
898 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
ruby.setup nitpick 1.0.2 gem {} rubygems
license MIT
maintainers nomaintainer
description A lint-like static code analyzer for Ruby
long_description {*}${description}
homepage https://github.com/kevinclark/nitpick
platforms any
supported_archs noarch
checksums rmd160 309df8567923d7ca23844218c67f27d29ce6271b \
sha256 22bf73fe2159a412018ced385c9da1ec14dd46ec6fe702afb8088dd0721bea6a \
size 12800
if {${name} ne ${subport}} {
depends_run-append \
port:rb${ruby.suffix}-parsetree \
port:rb${ruby.suffix}-trollop
}