summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca>2011-03-23 14:27:14 +0000
committertaca <taca>2011-03-23 14:27:14 +0000
commit6868d678420c40ccc3d6964ce5f38c7fdabd08b0 (patch)
treead587739840298bceb40dd2721ea7aecbdafdd8a /devel
parent23492fcf955cad106ba3d0a57fc3334330897e3b (diff)
downloadpkgsrc-6868d678420c40ccc3d6964ce5f38c7fdabd08b0.tar.gz
Switch to utilize lang/ruby/rail.mk.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-activesupport/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/ruby-activesupport/Makefile b/devel/ruby-activesupport/Makefile
index 50147cb2a05..243349c9fda 100644
--- a/devel/ruby-activesupport/Makefile
+++ b/devel/ruby-activesupport/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2011/02/09 12:37:58 taca Exp $
+# $NetBSD: Makefile,v 1.25 2011/03/23 14:27:14 taca Exp $
-DISTNAME= activesupport-2.3.11
+DISTNAME= activesupport-${RUBY_RAILS2_VERSION}
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
@@ -8,5 +8,7 @@ HOMEPAGE= http://rubyforge.org/projects/activesupport/
COMMENT= Collection of classes and extensions for Rails
LICENSE= mit
+RUBY_RAILS= 2
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"