summaryrefslogtreecommitdiff
path: root/finance/rubygem-money
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-05-03 03:22:57 +0000
committerSteve Wills <swills@FreeBSD.org>2011-05-03 03:22:57 +0000
commit1f5b5960fa3b02d3d5d9785e3554ecb1569dd8b3 (patch)
tree69bf69e196fabaf9ceeb5a0db8f36ca3dbbba8c3 /finance/rubygem-money
parentUpdate 4.1.3 --> 4.2.0. (diff)
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>
Notes
Notes: svn path=/head/; revision=273527
Diffstat (limited to 'finance/rubygem-money')
-rw-r--r--finance/rubygem-money/Makefile22
-rw-r--r--finance/rubygem-money/distinfo2
-rw-r--r--finance/rubygem-money/pkg-descr5
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/