freebsd-ports/www/rubygem-puma16/Makefile
Steve Wills 45a90dd7fa Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for
Ruby/Rack applications. Puma is intended for use in both development and
production environments. In order to get the best throughput, it is highly
recommended that you use a Ruby implementation with real threads like Rubinius
or JRuby.

This older version will be used by an updated versions of chef.

WWW: http://puma.io/
2014-03-11 19:04:35 +00:00

22 lines
449 B
Makefile

# Created by: Steve Wills <swills@freebsd.org>
# $FreeBSD$
PORTNAME= puma
PORTVERSION= 1.6.3
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 16
MAINTAINER= ruby@freebsd.org
COMMENT= Fast, multithreaded and highly concurrent ruby web server
LICENSE= BSD3CLAUSE
RUN_DEPENDS= rubygem-rack>=1.1.0:${PORTSDIR}/www/rubygem-rack
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/puma bin/pumactl
.include <bsd.port.mk>