pkgsrc/www/ruby-puma/Makefile
taca b33c269ddc Update ruby-puma to 1.6.3.
Puma: A Ruby Web Server Built For Concurrency

Puma is a simple, fast, and highly concurrent HTTP 1.1 server for Ruby web
applications.  It can be used with any application that supports Rack, and is
considered the replacement for Webrick and Mongrel.  It was designed to be the
go-to server for Rubinius, but also works well with JRuby and MRI.  Puma is
intended for use in both development and production environments.
2013-02-13 15:41:00 +00:00

16 lines
382 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/02/13 15:41:00 taca Exp $
DISTNAME= puma-1.6.3
CATEGORIES= www
MAINTAINER= taca@NetBSD.org
HOMEPAGE= http://puma.io/
COMMENT= Modern concurrent web server for Ruby
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.2<2:../../www/ruby-rack
CONFLICTS+= ruby[1-9][0-9][0-9]-puma-[0-9]*
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"