ports/devel/ruby-rake-compiler/Makefile

18 lines
331 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = build and package Ruby extensions using Rake as glue
2023-09-08 05:21:37 +00:00
DISTNAME = rake-compiler-1.2.5
2023-08-16 22:26:55 +00:00
CATEGORIES = devel
HOMEPAGE = https://github.com/rake-compiler/rake-compiler
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
# MIT License
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>