d18836002c
* Do not need devel/ruby-rdoc any more, bultin rdoc is OK on ruby193 and later.
25 lines
761 B
Makefile
25 lines
761 B
Makefile
# $NetBSD: Makefile,v 1.8 2015/03/14 07:42:22 taca Exp $
|
|
|
|
DISTNAME= railties-${RUBY_RAILS_VERSION}
|
|
PKGREVISION= 1
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.rubyonrails.org/
|
|
COMMENT= Tools for creating, working with, and running Rails 3.2
|
|
LICENSE= mit
|
|
|
|
# Comment out dependency in gemspec but already depends indirectly one.
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-thor<2.0:../../devel/ruby-thor
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rack-ssl>=1.3.2<1.5:../../www/ruby-rack-ssl
|
|
#DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
|
|
DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS}
|
|
|
|
RUBY_RAILS_SUPPORTED= 32
|
|
RUBY_RAILS_STRICT_DEP= yes
|
|
RUBY_RDOC_REQD= 3.4
|
|
USE_RAKE= RUN
|
|
OVERRIDE_GEMSPEC+= rack-ssl>=1.3.2
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|