ebb8197ca0
A several fixes from 1.1.15. "This gem has been deprecated in lieu of Concurrent Ruby." from github page. And incorporate change from PR pkg/48672.
12 lines
341 B
Makefile
12 lines
341 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/02/01 13:53:50 taca Exp $
|
|
|
|
DISTNAME= atomic-1.1.99
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://github.com/headius/ruby-atomic
|
|
COMMENT= Atomic reference implementation for JRuby, Rubinius, and MRI
|
|
LICENSE= apache-2.0
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|