pkgsrc/www/ruby-rack11/Makefile
taca 52faf3913a Update ruby-rack package to 1.1.2.
== Changes

* March 13th, 2011: Twelfth public release 1.2.2/1.1.2.
  * Security fix in Rack::Auth::Digest::MD5: when authenticator
    returned nil, permission was granted on empty password.
2011-03-23 15:27:28 +00:00

17 lines
389 B
Makefile

# $NetBSD: Makefile,v 1.2 2011/03/23 15:27:28 taca Exp $
DISTNAME= rack-1.1.2
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rack.rubyforge.org/
COMMENT= Ruby webserver interface
LICENSE= mit
CONFLICTS= ruby[1-9][0-9]-rack-[0-9]*
pre-configure:
${FIND} ${WRKSRC} -type f -exec ${CHMOD} g-w {} \;
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"