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>
|