mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
f1f4121bb5
Changes: https://github.com/puma/puma/releases https://github.com/puma/puma/blob/master/History.md
23 lines
432 B
Makefile
23 lines
432 B
Makefile
# Created by: Steve Wills <swills@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= puma
|
|
PORTVERSION= 3.12.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Fast, multithreaded and highly concurrent ruby web server
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_RUBY= yes
|
|
USES= gem shebangfix ssl
|
|
|
|
PLIST_FILES= bin/puma bin/pumactl
|
|
|
|
SHEBANG_FILES= tools/jungle/init.d/run-puma
|
|
|
|
.include <bsd.port.mk>
|