mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
3cbe32b81d
Bulk builds have seen occasional failures building textproc/ruby-commonmarker, which is the only reverse dependency. I'm not positive the cleaning of gem artifacts is the cause of the failure, though I suspect it is. Discussed with naddy@
16 lines
279 B
Makefile
16 lines
279 B
Makefile
COMMENT = helpers for compiling Rust extensions for Ruby
|
|
|
|
DISTNAME = rb_sys-0.9.85
|
|
CATEGORIES = devel
|
|
HOMEPAGE = https://oxidize-rb.github.io/rb-sys/
|
|
REVISION = 0
|
|
|
|
# Apache/MIT License
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|