aboutsummaryrefslogtreecommitdiff
path: root/math/rubygem-bigdecimal/Makefile
blob: 4ed995dc0858c3f955ac4bdeeddcd3a63c857d6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

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>