2021-12-04 09:10:30 +00:00

23 lines
427 B
Makefile

# $OpenBSD: Makefile,v 1.11 2021/12/04 09:10:30 tb Exp $
COMMENT = simple, fast, threaded webserver for rack applications
DISTNAME = puma-5.3.2
CATEGORIES = www
REVISION = 0
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>