6380ef2c10
InstanceStorage provides functionality to access instances via symbols that are assigned per class instance.
12 lines
322 B
Makefile
12 lines
322 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/01/09 18:50:43 tsutsui Exp $
|
|
|
|
DISTNAME= instance_storage-1.0.0
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= https://github.com/toshia/instance_storage
|
|
COMMENT= Manage class instances with dictionary
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|