blob: abcf7fb781006fac80588ce3995c632cb218d6fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= money
PORTVERSION= 6.8.4
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>
|