pkgsrc/devel/ruby-activesupport/Makefile
taca 8ebe0b7b63 * Switch to use RUBY_RAILS_SUPPORTED.
* Don't hard code RUBY_RAILS2_VERSION in DISTNAME.
2011-12-13 15:50:49 +00:00

14 lines
370 B
Makefile

# $NetBSD: Makefile,v 1.26 2011/12/13 15:50:49 taca Exp $
DISTNAME= activesupport-${RUBY_RAILS_VERSION}
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://rubyforge.org/projects/activesupport/
COMMENT= Collection of classes and extensions for Rails
LICENSE= mit
RUBY_RAILS_SUPPORTED= 2
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"