pkgsrc/www/ruby-webrick/Makefile
taca 10bb3b477b www/ruby-webrick: add package version 1.7.0
Add ruby-webrick package version 1.7.0.  webrick was part of Ruby (cruby)
befor Ruby 3.0.


WEBrick is an HTTP server toolkit that can be configured as an HTTPS server,
a proxy server, and a virtual-host server.

WEBrick features complete logging of both server operations and HTTP access.

WEBrick supports both basic and digest authentication in addition to
algorithms not in RFC 2617.

A WEBrick server can be composed of multiple WEBrick servers or servlets to
provide differing behavior on a per-host or per-path basis.  WEBrick
includes servlets for handling CGI scripts, ERB pages, Ruby blocks and
directory listings.

WEBrick also includes tools for daemonizing a process and starting a process
at a higher privilege level and dropping permissions.
2021-01-18 15:41:09 +00:00

14 lines
334 B
Makefile

# $NetBSD: Makefile,v 1.18 2021/01/18 15:41:09 taca Exp $
DISTNAME= webrick-1.7.0
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/ruby/webrick
COMMENT= HTTP server toolkit
LICENSE= ruby-license OR 2-clause-bsd
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"