mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
17 lines
716 B
Plaintext
17 lines
716 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup flexo 1.0 setup.rb {README}
|
|
license MIT
|
|
maintainers nomaintainer
|
|
description Method naming style shim
|
|
long_description Flexo is a library that gives one flexibility in referring to method names. \
|
|
Right now it translates names of the form myMethodName to the form my_method_name \
|
|
so that people like the author, who hates underscores, don't have to use them
|
|
homepage http://www.hakubi.us/flexo/
|
|
master_sites ${homepage}
|
|
use_bzip2 yes
|
|
checksums md5 943b48fb2e6898849ecfb28df6910441
|
|
platforms any
|
|
supported_archs noarch
|