summaryrefslogtreecommitdiff
path: root/misc/ruby-typed-array/Makefile
blob: 5bfeb3c188ef37c78520e4e4252abc0ca6c8a570 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.2 2015/03/15 17:41:59 hiramatsu Exp $
#

DISTNAME=	typed-array-0.1.2
CATEGORIES=	misc

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/yaauie/typed-array
COMMENT=	Provides methods for creating type-enforced Arrays
LICENSE=	mit

USE_LANGUAGES=	# none

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"