ff5448b2ea
* relocate website to https://bogomips.org/unicorn/ * Add some tolerance (RFC2616 sec. 19.3) * doc: update gmane URLs to point to our own archives * examples/logrotate.conf: update example for systemd * doc: systemd should only kill master in example * examples/init.sh: update to reduce upgrade racinessjr/init
18 lines
537 B
Makefile
18 lines
537 B
Makefile
# $NetBSD: Makefile,v 1.11 2016/11/01 17:06:59 taca Exp $
|
|
|
|
DISTNAME= unicorn-5.2.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"
|