freebsd-ports/devel/rubygem-rake-compiler-dock/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
348 B
Makefile

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>