BigDecimal provides an arbitrary-precision decimal floating-point number class. WWW: https://github.com/ruby/bigdecimal
20 lines
325 B
Makefile
20 lines
325 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bigdecimal
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= math rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Arbitrary-precision decimal floating-point number class
|
|
|
|
LICENSE= RUBY
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
#NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|