blob: 3ef1ca3e3feaf7dd9f5cd5631208eb587e177065 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= bigdecimal
PORTVERSION= 3.3.1
CATEGORIES= math rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
MAINTAINER= mfechner@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>
|