mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
20 lines
791 B
Plaintext
20 lines
791 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup main 4.2.0 gem {} rubygems ruby19
|
|
description Class factory and DSL for generating command line programs
|
|
long_description \
|
|
{*}${description}. In short, main.rb aims to drastically lower the barrier to \
|
|
writing uniform command line applications.
|
|
license {Ruby BSD}
|
|
maintainers nomaintainer
|
|
homepage https://github.com/ahoward/main
|
|
platforms any
|
|
supported_archs noarch
|
|
checksums md5 c4d2198cc16c4485b0bcabba20e3f7ff \
|
|
sha1 3a9330af650e327334cd784406f101b04659cfb5 \
|
|
rmd160 db961a1faf84949b345a2e69567eea92432092df
|
|
|
|
depends_run port:rb19-fattr \
|
|
port:rb19-arrayfields
|