2013-07-12 05:26:24 +02:00
|
|
|
# Created by: Eric Freeman <freebsdports@chillibear.com>
|
2011-05-03 05:22:57 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= money
|
2016-01-19 09:38:00 +01:00
|
|
|
PORTVERSION= 6.7.0
|
2011-05-03 05:22:57 +02:00
|
|
|
CATEGORIES= finance rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
2013-07-27 18:06:01 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2011-05-03 05:22:57 +02:00
|
|
|
COMMENT= Library for handling money and different currencies
|
|
|
|
|
2013-12-05 21:28:37 +01:00
|
|
|
LICENSE= MIT
|
2016-01-19 09:38:00 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2011-05-03 05:22:57 +02:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
RUN_DEPENDS= rubygem-i18n>=0.6.4:devel/rubygem-i18n
|
2013-12-05 21:28:37 +01:00
|
|
|
|
2015-07-02 18:01:06 +02:00
|
|
|
NO_ARCH= yes
|
2013-12-05 21:28:37 +01:00
|
|
|
USE_RUBY= yes
|
2016-04-27 18:36:41 +02:00
|
|
|
USES= gem:autoplist
|
2011-05-03 05:22:57 +02:00
|
|
|
|
2011-09-04 23:24:14 +02:00
|
|
|
.include <bsd.port.mk>
|