14 lines
361 B
Makefile
14 lines
361 B
Makefile
# $NetBSD: Makefile,v 1.25 2011/03/23 14:27:14 taca Exp $
|
|
|
|
DISTNAME= activesupport-${RUBY_RAILS2_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= 2
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|