mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
20 lines
355 B
Makefile
20 lines
355 B
Makefile
COMMENT = simple, fast, threaded webserver for rack applications
|
|
|
|
DISTNAME = puma-7.2.0
|
|
CATEGORIES = www
|
|
|
|
HOMEPAGE = https://puma.io/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
RUN_DEPENDS = devel/ruby-nio4r,${MODRUBY_FLAVOR}>=2,<3
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
WANTLIB = crypto ssl
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
|
|
.include <bsd.port.mk>
|