PR: 252011 Submitted by: Yasuhiro Kimura <yasu@utahime.org> Relnotes: https://github.com/ruby/rake/blob/v13.0.3/History.rdoc
27 lines
402 B
Makefile
27 lines
402 B
Makefile
# Created by: Jonathan Weiss (<jw@innerewut.de>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rake
|
|
PORTVERSION= 13.0.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby Make
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
USES= cpe gem shebangfix
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/rake
|
|
|
|
CPE_VENDOR= ruby-lang
|
|
|
|
SHEBANG_FILES= bin/console exe/rake
|
|
|
|
.include <bsd.port.mk>
|