1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup ruby 1.0 |
---|
5 | ruby.setup rake 0.7.0 gem {} rubyforge:8128 |
---|
6 | categories-append devel |
---|
7 | maintainers rcavanaugh@gmail.com |
---|
8 | description Ruby make-like utility using standard Ruby syntax |
---|
9 | long_description This package contains Rake, a simple ruby build \ |
---|
10 | program with capabilities similar to make. \ |
---|
11 | Rake has the following features: \ |
---|
12 | * Rakefiles (rake's version of Makefiles) are \ |
---|
13 | completely defined in standard Ruby syntax. No XML \ |
---|
14 | files to edit. No quirky Makefile syntax to worry \ |
---|
15 | about (is that a tab or a space?) \ |
---|
16 | * Users can specify tasks with prerequisites. \ |
---|
17 | * Rake supports rule patterns to sythesize implicit \ |
---|
18 | tasks. \ |
---|
19 | * Rake is lightweight. It can be distributed with \ |
---|
20 | other projects as a single file. Projects that \ |
---|
21 | depend upon rake do not require that rake be \ |
---|
22 | installed on target systems. |
---|
23 | checksums md5 5b9be51b43687a7c0a1aaf83b869c125 |
---|