Index: head/devel/rubygem-rake/Makefile =================================================================== --- head/devel/rubygem-rake/Makefile (revision 399581) +++ head/devel/rubygem-rake/Makefile (revision 399582) @@ -1,22 +1,22 @@ # Created by: Jonathan Weiss () # $FreeBSD$ PORTNAME= rake PORTVERSION= 10.4.2 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby Make LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/rake .include Index: head/devel/rubygem-rake/pkg-descr =================================================================== --- head/devel/rubygem-rake/pkg-descr (revision 399581) +++ head/devel/rubygem-rake/pkg-descr (revision 399582) @@ -1,15 +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: http://rubygems.org/gems/rake/ +WWW: https://github.com/ruby/rake