8ab2e9652c
This library provides object references for Ruby as well as some common utilities for working with references. Object references are used to point to other objects and come in three distinct flavors that interact differently with the garbage collector.
12 lines
312 B
Makefile
12 lines
312 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/07/14 21:10:34 fhajny Exp $
|
|
|
|
DISTNAME= ref-2.0.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://github.com/ruby-concurrency/ref/
|
|
COMMENT= Weak reference implementation for Ruby
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|