diff options
Diffstat (limited to 'finance/rubygem-money/Makefile')
-rw-r--r-- | finance/rubygem-money/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/finance/rubygem-money/Makefile b/finance/rubygem-money/Makefile index cf787d1012e1..2c76d7ac2ed3 100644 --- a/finance/rubygem-money/Makefile +++ b/finance/rubygem-money/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= money -PORTVERSION= 6.12.0 -PORTREVISION= 1 +PORTVERSION= 6.13.0 CATEGORIES= finance rubygems MASTER_SITES= RG @@ -15,8 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-i18n>=0.6.4:devel/rubygem-i18n -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk> |