diff options
author | swills <swills@FreeBSD.org> | 2011-05-03 11:22:57 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-05-03 11:22:57 +0800 |
commit | ca3a9b5c8a7e0bc9c6bca0b0d1596697d349b676 (patch) | |
tree | 6305a4624a06ab3aab6d1dde78a397eeb37fcf72 /finance/rubygem-money | |
parent | e324d4943dd9dbff4f56c3489b89cddaf1f02c51 (diff) | |
download | freebsd-ports-gnome-ca3a9b5c8a7e0bc9c6bca0b0d1596697d349b676.tar.gz freebsd-ports-gnome-ca3a9b5c8a7e0bc9c6bca0b0d1596697d349b676.tar.zst freebsd-ports-gnome-ca3a9b5c8a7e0bc9c6bca0b0d1596697d349b676.zip |
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>
Diffstat (limited to 'finance/rubygem-money')
-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 |
3 files changed, 29 insertions, 0 deletions
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/ |