mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
15 lines
303 B
Makefile
15 lines
303 B
Makefile
PORTNAME= bigdecimal
|
|
PORTVERSION= 3.1.8
|
|
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>
|