738450349a
* Security fix in Rack::Auth::Digest::MD5: when authenticator returned nil, permission was granted on empty password. OK landry@
21 lines
367 B
Makefile
21 lines
367 B
Makefile
# $OpenBSD: Makefile,v 1.11 2011/03/24 03:15:36 jeremy Exp $
|
|
|
|
COMMENT= modular Ruby webserver interface
|
|
|
|
DISTNAME= rack-1.2.2
|
|
CATEGORIES= www
|
|
|
|
HOMEPAGE= http://rack.rubyforge.org/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
.include <bsd.port.mk>
|