Ticket #6970: Portfile

File Portfile, 1.1 KB (added by rcavanaugh@…, 18 years ago)

ATTACHMENT: rb-rake-0.7.0

Line 
1# $Id: $
2
3PortSystem        1.0
4PortGroup         ruby 1.0
5ruby.setup        rake 0.7.0 gem {} rubyforge:8128
6categories-append devel
7maintainers       rcavanaugh@gmail.com
8description       Ruby make-like utility using standard Ruby syntax
9long_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.
23checksums         md5 5b9be51b43687a7c0a1aaf83b869c125