aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-sprockets/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-10-27 03:05:25 +0000
committerSteve Wills <swills@FreeBSD.org>2011-10-27 03:05:25 +0000
commit6117411ab49c548370d33ae5acdfb1054932dc5d (patch)
tree06341a08e77c29da2b8504e85cccd4d1563b8fa3 /devel/rubygem-sprockets/Makefile
parentad172226dcc502a48460cd87d619eee7f9075693 (diff)
downloadports-6117411ab49c548370d33ae5acdfb1054932dc5d.tar.gz
ports-6117411ab49c548370d33ae5acdfb1054932dc5d.zip
Notes
Diffstat (limited to 'devel/rubygem-sprockets/Makefile')
-rw-r--r--devel/rubygem-sprockets/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/rubygem-sprockets/Makefile b/devel/rubygem-sprockets/Makefile
index ab81d64350a6..968ec9a14c1b 100644
--- a/devel/rubygem-sprockets/Makefile
+++ b/devel/rubygem-sprockets/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sprockets
-PORTVERSION= 1.0.2
+PORTVERSION= 2.0.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -15,10 +15,12 @@ COMMENT= Ruby library that preprocesses and concatenates JavaScript files
LICENSE= MIT
+RUN_DEPENDS= rubygem-tilt>=1.3.3:${PORTSDIR}/devel/rubygem-tilt \
+ rubygem-hike>=1.2.1:${PORTSDIR}/devel/rubygem-hike \
+ rubygem-rack>=1.3.2:${PORTSDIR}/www/rubygem-rack
+
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-PLIST_FILES= bin/sprocketize
-
.include <bsd.port.mk>