7ab7925bd9
0.14.3 (2018-02-23) * Move to mustermann * Drop ruby prior to 2.2.2 * update default_inflections * Fix params handling which broke with Sinatra 2.0.1 by removing guard clause to not initialize @params if already defined 0.14.2 (2018-01-02) * FIX router in non-Padrino applications (@adam12) * FIX padrino-admin haml layout * FIX Datamapper tasks (@adam12) * FIX #1979 default test or spec task * FIX #2150 refuse invalid database adapters * FIX #2152 using open without requiring 'open-uri' * NEW #2161 allow array as tag attribute (@aeris) * FIX #2163 preserve spaces in args of padrino gen * update Sequel usage * update ActiveRecord::Migration usage (@adam12)
19 lines
611 B
Makefile
19 lines
611 B
Makefile
# $NetBSD: Makefile,v 1.9 2018/03/17 14:39:09 taca Exp $
|
|
|
|
DISTNAME= padrino-core-${RUBY_PADRINO_VERS}
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${RUBY_PADRINO_SITE}
|
|
COMMENT= Padrino framework core
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-padrino-support>=${RUBY_PADRINO_VERS}:../../www/ruby-padrino-support
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-sinatra>=2.0.0:../../www/ruby-sinatra
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-thor>=0.18:../../devel/ruby-thor
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../www/ruby-padrino/Makefile.common"
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|