blob: e8a9a7db38fae824305ed32f41c6a9cc4875c67b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.26 2021/01/16 13:05:26 taca Exp $
DISTNAME= puma-5.1.1
CATEGORIES= www
MAINTAINER= taca@NetBSD.org
HOMEPAGE= https://puma.io/
COMMENT= Modern concurrent web server for Ruby
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-nio4r>=2.0<3:../../net/ruby-nio4r
RUBYGEM_OPTIONS+= --format-executable
USE_GCC_RUNTIME= yes
.include "../../lang/ruby/gem.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|