26d312ac10
2.0.1 / 2018-02-17 * Repair nested namespaces, by avoiding prefix duplication #1322. Fixes #1310 by Kunpei Sakai * Add pattern matches to values for Mustermann::Concat #1333. Fixes #1332 by Dawa Ometto * Ship the VERSION file with the gem, to allow local unpacking #1338 by Olle Jonsson * Fix issue with custom error handler on bad request #1351. Fixes #1350 by Jordan Owens * Override Rack::ShowExceptions#pretty to set custom template #1377. Fixes #1376 by Jordan Owens * Enhanced path validation in Windows #1379 by Orange Tsai * Improve development support and documentation by Faheel Ahmad, Shota Iguchi, Olle Jonsson, Manabu Niseki, John Hope, Horacio, Ice-Storm, GraniteRock, Raman Skaskevich, Carlos Azuaje, 284km, Dan Rice and Zachary Scott
17 lines
580 B
Makefile
17 lines
580 B
Makefile
# $NetBSD: Makefile,v 1.25 2018/03/17 15:53:39 taca Exp $
|
|
|
|
DISTNAME= sinatra-2.0.1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.sinatrarb.com/
|
|
COMMENT= Classy web-development dressed in a DSL
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=2.0<3:../../www/ruby-rack
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rack-protection>=2.0.1:../../www/ruby-rack-protection
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-mustermann>=1.0<2:../../www/ruby-mustermann
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-tilt>=2.0<3:../../textproc/ruby-tilt
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|