b66fb77a64
6.0.0 (2021-03-17) No release note nor changelog. Here are quote from commit log. * tests: force blocking I/O for Ruby 3.x * http_request: drop unnecessary #clear call * Allocate a new request for each client * test/test_helper: only unlink redirected logs from parent
18 lines
537 B
Makefile
18 lines
537 B
Makefile
# $NetBSD: Makefile,v 1.19 2021/03/21 13:17:45 taca Exp $
|
|
|
|
DISTNAME= unicorn-6.0.0
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://bogomips.org/unicorn/
|
|
COMMENT= Rack HTTP server for fast clients and Unix
|
|
LICENSE= ruby-license OR gnu-gpl-v2 OR gnu-gpl-v3
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-kgio>=2.6<3:../../devel/ruby-kgio
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-raindrops>=0.7<1:../../www/ruby-raindrops
|
|
|
|
USE_GCC_RUNTIME= yes
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|