pkgsrc/www/ruby-actionpack31/Makefile
taca 03953a71b3 Update ruby-actionpack31 to 3.1.4.
Tweak COMMENT.

## Rails 3.1.4 (unreleased) ##

*   Skip assets group in Gemfile and all assets configurations options
    when the application is generated with --skip-sprockets option.

    *Guillermo Iguaran*

*   Use ProcessedAsset#pathname in Sprockets helpers when debugging is on.
    Closes #3333 #3348 #3361.

    *Guillermo Iguaran*

*   Allow to use asset_path on named_routes aliasing RailsHelper's
    asset_path to path_to_asset *Adrian Pike*

*   Assets should use the request protocol by default or default to relative
    if no request is available *Jonathan del Strother*
2012-03-18 05:38:57 +00:00

26 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.4 2012/03/18 05:38:57 taca Exp $
DISTNAME= actionpack-${RUBY_RAILS_VERSION}
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.rubyonrails.org/
COMMENT= Toolkit for building modeling frameworks (part of Rails 3.1)
LICENSE= mit
# Comment out dependency in gemspec but already depends indirectly one.
#DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
DEPENDS+= ${RUBY_ACTIVEMODEL_DEPENDS}
#DEPENDS+= ${RUBY_PKGPREFIX}-builder>=3.0.0<3.1:../../textproc/ruby-builder
#DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=0.6<1:../../devel/ruby-i18n
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.3.5<1.4:../../www/ruby-rack13
DEPENDS+= ${RUBY_PKGPREFIX}-rack-cache>=1.1<2:../../www/ruby-rack-cache
DEPENDS+= ${RUBY_PKGPREFIX}-rack-test>=0.6.1<0.7:../../www/ruby-rack-test
DEPENDS+= ${RUBY_PKGPREFIX}-rack-mount>=0.8.2<0.9:../../www/ruby-rack-mount
DEPENDS+= ${RUBY_PKGPREFIX}-sprockets>=2.0.3<2.1:../../misc/ruby-sprockets20
DEPENDS+= ${RUBY_PKGPREFIX}-erubis>=2.7.0<2.8:../../www/ruby-erubis
RUBY_RAILS_SUPPORTED= 31
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"