forked from Lainports/freebsd-ports
Changes: https://github.com/ruby/bigdecimal/releases https://github.com/ruby/bigdecimal/blob/master/CHANGES.md
15 lines
303 B
Makefile
15 lines
303 B
Makefile
PORTNAME= bigdecimal
|
|
PORTVERSION= 3.1.9
|
|
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
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|