freebsd-ports/www/rubygem-puma/Makefile
2015-08-19 15:08:49 +00:00

22 lines
432 B
Makefile

# Created by: Steve Wills <swills@freebsd.org>
# $FreeBSD$
PORTNAME= puma
PORTVERSION= 2.13.4
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fast, multithreaded and highly concurrent ruby web server
LICENSE= BSD3CLAUSE
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
USES= shebangfix
SHEBANG_FILES= tools/jungle/init.d/run-puma
PLIST_FILES= bin/puma bin/pumactl
.include <bsd.port.mk>