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:
parent
21ec141396
commit
1f5b5960fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273527
@ -86,6 +86,7 @@
|
||||
SUBDIR += qhacc
|
||||
SUBDIR += qtstalker
|
||||
SUBDIR += quantlib
|
||||
SUBDIR += rubygem-money
|
||||
SUBDIR += sabernetdcs-client
|
||||
SUBDIR += skrooge
|
||||
SUBDIR += sql-ledger
|
||||
|
22
finance/rubygem-money/Makefile
Normal file
22
finance/rubygem-money/Makefile
Normal 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>
|
2
finance/rubygem-money/distinfo
Normal file
2
finance/rubygem-money/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/money-3.6.1.gem) = 633e3b4ac89a5e22b48c3b670b2b6bc41387725582a253fd873937ef9defffa5
|
||||
SIZE (rubygem/money-3.6.1.gem) = 94720
|
5
finance/rubygem-money/pkg-descr
Normal file
5
finance/rubygem-money/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user