c5b71636ae
== 1.5.0 Knife * Fix compilation under Ubuntu 12.04 with -Werror=format-security option. * Raise an error when no PID file. * Prevent duplicate response headers. * Make proper response on exception [MasterLambaster]. * Automatically close idling pipeline connections on server stop [MasterLambaster].
18 lines
561 B
Makefile
18 lines
561 B
Makefile
# $NetBSD: Makefile,v 1.12 2012/12/17 15:56:42 taca Exp $
|
|
|
|
DISTNAME= thin-1.5.0
|
|
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}-rack>=1.0.0:../../www/ruby-rack
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-daemons>=1.0.9:../../misc/ruby-daemons
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.6:../../devel/ruby-eventmachine
|
|
|
|
CONFLICTS+= ruby[1-9][0-9]-thin-[0-9]* thin-[0-9]*
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|