14 lines
370 B
Makefile
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"
|