1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

New port: devel/rubygem-rake-compiler-dock

Easy to use and reliable cross compiler environment for building Windows binary
gems. Use rake-compiler-dock to enter an interactive shell session or add a task
to your Rakefile to automate your cross build.

WWW: https://github.com/rake-compiler/rake-compiler-dock

Submitted by: Matthias Fechner <idefix@fechner.net>
This commit is contained in:
Torsten Zuehlsdorff 2017-11-16 12:24:55 +00:00
parent 2354200ab5
commit c95533b13a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454304
4 changed files with 31 additions and 0 deletions

View File

@ -5695,6 +5695,7 @@
SUBDIR += rubygem-rainbow
SUBDIR += rubygem-rake
SUBDIR += rubygem-rake-compiler
SUBDIR += rubygem-rake-compiler-dock
SUBDIR += rubygem-rake-contrib
SUBDIR += rubygem-ransack
SUBDIR += rubygem-rapt

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= rake-compiler-dock
PORTVERSION= 0.6.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= tz@FreeBSD.org
COMMENT= Cross compiler environment for building Windows binary gems
LICENSE= MIT
NO_ARCH= yes
USES= gem shebangfix
USE_RUBY= yes
SHEBANK_LANG= bash
SHEBANG_FILES= build/runas
PLIST_FILES= bin/rake-compiler-dock
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1509097089
SHA256 (rubygem/rake-compiler-dock-0.6.1.gem) = 35df8988b5549dbf9478cd993e431fb8854371a8ca43f275fd1d702f0c5bb102
SIZE (rubygem/rake-compiler-dock-0.6.1.gem) = 24064

View File

@ -0,0 +1,5 @@
Easy to use and reliable cross compiler environment for building Windows binary
gems. Use rake-compiler-dock to enter an interactive shell session or add a task
to your Rakefile to automate your cross build.
WWW: https://github.com/rake-compiler/rake-compiler-dock