Unlike other Ruby Webservers, Puma was built for speed and parallelism. Puma is a small library that provides a very fast and concurrent HTTP 1.1 server for Ruby web applications. It is designed for running Rack apps only. OK jasper@
19 lines
337 B
Makefile
19 lines
337 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2015/07/16 21:37:45 jeremy Exp $
|
|
|
|
COMMENT = simple, fast, threaded webserver for rack applications
|
|
|
|
DISTNAME = puma-2.12.1
|
|
CATEGORIES = www
|
|
|
|
HOMEPAGE = http://puma.io/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
WANTLIB = crypto ssl
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
|
|
.include <bsd.port.mk>
|