# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD: head/finance/rubygem-money/Makefile 483344 2018-10-28 19:58:34Z sunpoet $

PORTNAME=	money
PORTVERSION=	6.13.1
CATEGORIES=	finance rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Library for handling money and different currencies

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-i18n>=0.6.4:devel/rubygem-i18n

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>