blob: 6502b1cd40e605bde8e8e7928f2f277cbe5e71c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
WWW= https://github.com/yaauie/typed-array
NO_ARCH= yes
USES= gem
.include <bsd.port.mk>
|