Files

28 lines
982 B
Plaintext

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup ruby 1.0
ruby.branches 3.3 3.2 3.1
ruby.setup heroku-api 0.4.3 gem {} rubygems
maintainers nomaintainer
categories-append www devel
license MIT
description The Heroku Ruby Client is used to interact \
with the Heroku Legacy API from Ruby.
long_description {*}${description}
homepage https://github.com/heroku/heroku.rb
platforms any
supported_archs noarch
checksums rmd160 b2ace614f8dfe1c79f74f523ff77f8fe5bf53ab7 \
sha256 07eed5bb4dfa39f88cf0c427b78afcc9f867823e4ec2612587e29adccec067ff \
size 42496
if {${name} ne ${subport}} {
depends_run-append \
port:rb${ruby.suffix}-excon \
port:rb${ruby.suffix}-multi_json
}