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:
parent
2354200ab5
commit
c95533b13a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454304
@ -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
|
||||
|
22
devel/rubygem-rake-compiler-dock/Makefile
Normal file
22
devel/rubygem-rake-compiler-dock/Makefile
Normal 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>
|
3
devel/rubygem-rake-compiler-dock/distinfo
Normal file
3
devel/rubygem-rake-compiler-dock/distinfo
Normal 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
|
5
devel/rubygem-rake-compiler-dock/pkg-descr
Normal file
5
devel/rubygem-rake-compiler-dock/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user