mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup cucumber 0.7.3 gem {} rubygems ruby19
|
|
revision 1
|
|
description Behaviour Driven Development with elegance and joy
|
|
long_description \
|
|
Cucumber lets software development teams describe how software should \
|
|
behave in plain text. The text is written in a business-readable \
|
|
domain-specific language and serves as documentation, automated tests \
|
|
and development-aid - all rolled into one format.
|
|
license MIT
|
|
maintainers nomaintainer
|
|
homepage http://cukes.info/
|
|
categories-append www
|
|
platforms any
|
|
supported_archs noarch
|
|
checksums md5 ab972fd0590391d04a243b2b8744196b \
|
|
sha1 0057116d831a133bebb4e4e511c97d4bc67c77e0 \
|
|
rmd160 14724fa8b2436cc2381bda9ad433f60942449806
|
|
|
|
depends_run-append port:rb19-json \
|
|
port:rb19-diff-lcs \
|
|
port:rb19-builder \
|
|
port:rb19-term-ansicolor \
|
|
port:rb19-gherkin
|