diff options
Diffstat (limited to 'finance')
-rw-r--r-- | finance/Makefile | 1 | ||||
-rw-r--r-- | finance/rubygem-money/Makefile | 22 | ||||
-rw-r--r-- | finance/rubygem-money/distinfo | 2 | ||||
-rw-r--r-- | finance/rubygem-money/pkg-descr | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile index d6ee10a3e7cb..11846932e7ed 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -86,6 +86,7 @@ SUBDIR += qhacc SUBDIR += qtstalker SUBDIR += quantlib + SUBDIR += rubygem-money SUBDIR += sabernetdcs-client SUBDIR += skrooge SUBDIR += sql-ledger diff --git a/finance/rubygem-money/Makefile b/finance/rubygem-money/Makefile new file mode 100644 index 000000000000..d2c964b25e50 --- /dev/null +++ b/finance/rubygem-money/Makefile @@ -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> diff --git a/finance/rubygem-money/distinfo b/finance/rubygem-money/distinfo new file mode 100644 index 000000000000..3f0952ed4020 --- /dev/null +++ b/finance/rubygem-money/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/money-3.6.1.gem) = 633e3b4ac89a5e22b48c3b670b2b6bc41387725582a253fd873937ef9defffa5 +SIZE (rubygem/money-3.6.1.gem) = 94720 diff --git a/finance/rubygem-money/pkg-descr b/finance/rubygem-money/pkg-descr new file mode 100644 index 000000000000..bae166713cab --- /dev/null +++ b/finance/rubygem-money/pkg-descr @@ -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/ |