18 lines
244 B
Makefile
18 lines
244 B
Makefile
|
|
||
|
COMMENT = Actor-based concurrent object framework for Ruby
|
||
|
|
||
|
DISTNAME = celluloid-0.18.0
|
||
|
|
||
|
CATEGORIES = ruby
|
||
|
|
||
|
HOMEPAGE = https://celluloid.io/
|
||
|
|
||
|
# MIT
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = lang/ruby
|
||
|
|
||
|
CONFIGURE_STYLE = ruby gem
|
||
|
|
||
|
.include <bsd.port.mk>
|