summaryrefslogtreecommitdiff
path: root/misc/ruby-typed-array/Makefile
blob: 2759fcd21f6bb6856d87671c2228f53ddd2e77c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.1 2013/01/05 06:48:53 obache Exp $
#

DISTNAME=	typed-array-0.1.2
CATEGORIES=	misc

MAINTAINER=	obache@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"