Files
ports/math/rubygem-bigdecimal/Makefile
Sunpoet Po-Chuan Hsieh 62ffa9fc80 Add rubygem-bigdecimal 2.0.0
BigDecimal provides an arbitrary-precision decimal floating-point number class.

WWW: https://github.com/ruby/bigdecimal
2020-08-21 21:20:51 +00:00

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>