blob: 8498b06024bf4f75b81c106f1311dea2470a822e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $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"
|