22 lines
416 B
Makefile
22 lines
416 B
Makefile
# $OpenBSD: Makefile,v 1.8 2020/09/21 16:13:56 jeremy Exp $
|
|
|
|
COMMENT = simple, fast, threaded webserver for rack applications
|
|
|
|
DISTNAME = puma-5.0.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>
|