18 lines
358 B
Makefile
18 lines
358 B
Makefile
# $OpenBSD: Makefile,v 1.5 2020/08/18 11:02:12 sebastia Exp $
|
|
|
|
COMMENT= concurrency tools and patterns for Ruby
|
|
|
|
DISTNAME= concurrent-ruby-1.1.7
|
|
CATEGORIES= devel
|
|
HOMEPAGE= http://www.concurrent-ruby.com/
|
|
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
.include <bsd.port.mk>
|