1f5b5960fa
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>
22 lines
482 B
Makefile
22 lines
482 B
Makefile
# 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>
|