1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup ruby 1.0 |
---|
6 | |
---|
7 | ruby.setup thor 0.18.1 gem {} rubygems ruby21 |
---|
8 | license MIT |
---|
9 | platforms darwin |
---|
10 | categories-append devel |
---|
11 | maintainers googlemail.com:robertoschwald openmaintainer |
---|
12 | description Thor is a toolkit for building powerful command-line interfaces. |
---|
13 | long_description ${description} |
---|
14 | |
---|
15 | checksums md5 a1be884a982166054d1ac35c4a9bef55 \ |
---|
16 | sha1 cc9340688888a8cf8b0e9d70ad2701585dafa2e4 \ |
---|
17 | rmd160 660a754cb4826f04a57d8c1574f46db2e66f4801 |
---|