1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/www/rubygem-puma/Makefile
Steve Wills 86d2e78472 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.

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

22 lines
431 B
Makefile

# Created by: Steve Wills <swills@freebsd.org>
# $FreeBSD$
PORTNAME= puma
PORTVERSION= 2.8.1
CATEGORIES= www rubygems
MASTER_SITES= RG
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>