freebsd-ports/math/rubygem-bigdecimal/Makefile
2021-04-06 16:31:07 +02:00

16 lines
298 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= bigdecimal
PORTVERSION= 3.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
.include <bsd.port.mk>