60588b57ac
== 1.6.4 Gob Bluth * Increase REQUEST_PATH to 2048 symbols [X2rdas] * Fix warning in logger [tenderlove] * Add :timeout option for Rack::Server.new [sugitak] * When restarting, exit on a next tick so we can send response back to a client [rsamoilov] * Check for empty PID files [z1dane] * Update Event Machine version to 1.0.4, Ruby 2.2.0 fix [freemanoid]
19 lines
572 B
Makefile
19 lines
572 B
Makefile
# $NetBSD: Makefile,v 1.18 2015/10/04 15:40:20 taca Exp $
|
|
|
|
DISTNAME= thin-1.6.4
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://code.macournoyer.com/thin/
|
|
COMMENT= Fast and very simple Ruby web server
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rack15>=1.0.0:../../www/ruby-rack15
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-daemons>=1.0.9:../../misc/ruby-daemons
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=1.0.4:../../devel/ruby-eventmachine
|
|
|
|
USE_GCC_RUNTIME= yes
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|