mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
07ab027e4c
This adds assertions used by Ruby standard libraries. Needed for upcoming update to security/openssl-ruby-tests. OK tb@
17 lines
283 B
Makefile
17 lines
283 B
Makefile
COMMENT = test assertions for Ruby standard libraries
|
|
|
|
DISTNAME = test-unit-ruby-core-1.0.2
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://github.com/ruby/test-unit-ruby-core
|
|
|
|
# BSD 2 clause
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|