blob: df6ccd7af77d9a39749348141759e67e2341592c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.20 2022/08/31 16:01:30 taca Exp $
DISTNAME= unicorn-6.1.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"
|