summaryrefslogtreecommitdiff
path: root/devel/rubygem-typed-array/Makefile
blob: 24a8bb128ad76e27f9c581d04e67ad8fef0ea2d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>

PORTNAME=	typed-array
PORTVERSION=	0.1.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Provides methods for creating type-enforced Arrays

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>