2025-11-10 00:32:25 +08:00

17 lines
340 B
Makefile

PORTNAME= bigdecimal
PORTVERSION= 3.3.1
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
LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE
USES= gem
.include <bsd.port.mk>