You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
29 lines
1.4 KiB
Plaintext
29 lines
1.4 KiB
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
ruby.setup rake 0.8.7 gem {} rubygems
|
|
revision 2
|
|
categories-append devel
|
|
license MIT
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
description Ruby make-like utility using standard Ruby syntax
|
|
long_description This package contains Rake, a simple ruby build \
|
|
program with capabilities similar to make. \
|
|
Rake has the following features: \
|
|
* Rakefiles (rake's version of Makefiles) are \
|
|
completely defined in standard Ruby syntax. No XML \
|
|
files to edit. No quirky Makefile syntax to worry \
|
|
about (is that a tab or a space?) \
|
|
* Users can specify tasks with prerequisites. \
|
|
* Rake supports rule patterns to sythesize implicit \
|
|
tasks. \
|
|
* Rake is lightweight. It can be distributed with \
|
|
other projects as a single file. Projects that \
|
|
depend upon rake do not require that rake be \
|
|
installed on target systems.
|
|
checksums md5 d9eb83525310ad1a0e8a3eeddfe3c65f \
|
|
sha1 91daad079d404b68a7dd179716b9fdd0c195144c \
|
|
rmd160 1c41208b3bf8fba5a89a7b156eb862c4cf6278f0
|
|
|
|
universal_variant no
|