aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-ramaze/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/rubygem-ramaze/Makefile')
-rw-r--r--www/rubygem-ramaze/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/www/rubygem-ramaze/Makefile b/www/rubygem-ramaze/Makefile
index cd4f1460a022..20bd3f87e0d2 100644
--- a/www/rubygem-ramaze/Makefile
+++ b/www/rubygem-ramaze/Makefile
@@ -2,19 +2,23 @@
# $FreeBSD$
PORTNAME= ramaze
-PORTVERSION= 2011.10.23
+PORTVERSION= 2012.12.08
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ramaze is a simple and modular web framework
-RUN_DEPENDS= rubygem-innate>=2010.03:${PORTSDIR}/www/rubygem-innate
+LICENSE= MIT
-PLIST_FILES= bin/ramaze
+RUN_DEPENDS= rubygem-innate>=2012.12:${PORTSDIR}/www/rubygem-innate \
+ rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake
+#USE_RAKE= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+PLIST_FILES= bin/ramaze
+
.include <bsd.port.mk>