Files
jeremy 3cbe32b81d Stop cleaning gem artifacts
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@
2026-04-18 23:29:16 +00:00

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>