mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
create bsd12 branch
This commit is contained in:
21
ruby/rubygem-rake/Makefile
Normal file
21
ruby/rubygem-rake/Makefile
Normal file
@@ -0,0 +1,21 @@
|
||||
# Created by: Jonathan Weiss (<jw@innerewut.de>)
|
||||
# $FreeBSD: head/devel/rubygem-rake/Makefile 452885 2017-10-25 18:29:34Z sunpoet $
|
||||
|
||||
PORTNAME= rake
|
||||
PORTVERSION= 13.0.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Ruby Make
|
||||
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem shebangfix
|
||||
|
||||
PLIST_FILES= bin/rake
|
||||
|
||||
SHEBANG_FILES= bin/console exe/rake
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
ruby/rubygem-rake/distinfo
Normal file
3
ruby/rubygem-rake/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1573847053
|
||||
SHA256 (rubygem/rake-13.0.1.gem) = 292a08eb3064e972e3e07e4c297d54a93433439ff429e58a403ae05584fad870
|
||||
SIZE (rubygem/rake-13.0.1.gem) = 87552
|
||||
15
ruby/rubygem-rake/pkg-descr
Normal file
15
ruby/rubygem-rake/pkg-descr
Normal file
@@ -0,0 +1,15 @@
|
||||
Rake is a Ruby make-like utility using standard Ruby syntax for the
|
||||
build specification file.
|
||||
|
||||
It 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 synthesize 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.
|
||||
|
||||
WWW: https://github.com/ruby/rake
|
||||
Reference in New Issue
Block a user