blob: b5c7c1981e044b7f432ca279ecf9f245ee865174 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= bigdecimal
PORTVERSION= 4.0.1
CATEGORIES= math rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Arbitrary-precision decimal floating-point number class
WWW= https://github.com/ruby/bigdecimal
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE
USES= gem
.include <bsd.port.mk>
|