diff options
Diffstat (limited to 'finance/rubygem-money/Makefile')
-rw-r--r-- | finance/rubygem-money/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/finance/rubygem-money/Makefile b/finance/rubygem-money/Makefile index 3892666bcdb0..fc87b8d87825 100644 --- a/finance/rubygem-money/Makefile +++ b/finance/rubygem-money/Makefile @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= money -PORTVERSION= 5.1.1 +PORTVERSION= 6.0.0 CATEGORIES= finance rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Library for handling money and different currencies -RUN_DEPENDS= rubygem-i18n>=0.6:${PORTSDIR}/devel/rubygem-i18n +LICENSE= MIT -USE_RUBY= yes -USE_RUBYGEMS= yes +RUN_DEPENDS= rubygem-i18n>=0.6.4:${PORTSDIR}/devel/rubygem-i18n + +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> |