mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
b80b62d59f
- Add LICENSE - Update WWW Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
21 lines
401 B
Makefile
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>
|