blob: b7c28c5bbd09b089a566e8afde0053b847fbd7a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= rake-compiler-dock
PORTVERSION= 0.6.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Cross compiler environment for building Windows binary gems
LICENSE= MIT
NO_ARCH= yes
USES= gem shebangfix
USE_RUBY= yes
SHEBANG_FILES= build/runas
PLIST_FILES= bin/rake-compiler-dock
.include <bsd.port.mk>
|