A library assists in handling money and different currencies.

It features a Money class which encapsulates all information
about an certain amount of money, such as its value and its currency.

WWW: http://money.rubyforge.org/

PR:		ports/156679
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
This commit is contained in:
Steve Wills 2011-05-03 03:22:57 +00:00
parent 21ec141396
commit 1f5b5960fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273527
4 changed files with 30 additions and 0 deletions

View File

@ -86,6 +86,7 @@
SUBDIR += qhacc
SUBDIR += qtstalker
SUBDIR += quantlib
SUBDIR += rubygem-money
SUBDIR += sabernetdcs-client
SUBDIR += skrooge
SUBDIR += sql-ledger

View File

@ -0,0 +1,22 @@
# Ports collection makefile for: rubygem-money
# Date created: 27 April 2011
# Whom: Eric Freeman <freebsdports@chillibear.com>
#
# $FreeBSD$
#
PORTNAME= money
PORTVERSION= 3.6.1
CATEGORIES= finance rubygems
MASTER_SITES= RG
MAINTAINER= freebsdports@chillibear.com
COMMENT= Library for handling money and different currencies
RUN_DEPENDS= rubygem-i18n>=0.4.0:${PORTSDIR}/devel/rubygem-i18n
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/money-3.6.1.gem) = 633e3b4ac89a5e22b48c3b670b2b6bc41387725582a253fd873937ef9defffa5
SIZE (rubygem/money-3.6.1.gem) = 94720

View File

@ -0,0 +1,5 @@
A library assists in handling money and different currencies.
It features a Money class which encapsulates all information
about an certain amount of money, such as its value and its currency.
WWW: http://money.rubyforge.org/