pkgsrc/www/ruby-rack-cache/Makefile
taca 72029bc386 Update ruby-rack-cache package to 1.2.
## 1.2 / March 2012

  * Fix a cookie leak vulnerability effecting large numbers of Rails 3.x
    installs: https://github.com/rtomayko/rack-cache/pull/52

  * Never 304 on PUT or POST requests.

  * Misc bundler and test tooling fixes.
2012-03-05 12:58:01 +00:00

14 lines
342 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/03/05 12:58:01 taca Exp $
DISTNAME= rack-cache-1.2
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rack.rubyforge.org/
COMMENT= HTTP Caching for Rack
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=0.4:../../www/ruby-rack
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"