18 lines
331 B
Makefile
18 lines
331 B
Makefile
|
COMMENT = build and package Ruby extensions using Rake as glue
|
||
|
|
||
|
DISTNAME = rake-compiler-1.2.0
|
||
|
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>
|