freebsd-ports/finance/rubygem-money/Makefile
Sunpoet Po-Chuan Hsieh 516f8c0b04 Update to 6.8.0
- Add missing RUN_DEPENDS

Changes:	https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
2017-01-04 15:02:48 +00:00

22 lines
482 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= money
PORTVERSION= 6.8.0
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 \
rubygem-sixarm_ruby_unaccent>=1.1.1:textproc/rubygem-sixarm_ruby_unaccent
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>