1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/finance/rubygem-money/Makefile
Sunpoet Po-Chuan Hsieh b80b62d59f - Update to 6.0.0
- Add LICENSE
- Update WWW

Changes:	https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
2013-12-05 20:28:37 +00:00

21 lines
401 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= money
PORTVERSION= 6.0.0
CATEGORIES= finance rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Library for handling money and different currencies
LICENSE= MIT
RUN_DEPENDS= rubygem-i18n>=0.6.4:${PORTSDIR}/devel/rubygem-i18n
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>