d865d3717b
Required for gitlab 19.0.0 Changes: https://github.com/puma/puma/releases
22 lines
443 B
Makefile
22 lines
443 B
Makefile
PORTNAME= puma
|
|
PORTVERSION= 8.0.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -gitlab
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Fast, multithreaded and highly concurrent ruby web server
|
|
WWW= https://puma.io/ \
|
|
https://github.com/puma/puma
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-nio4r>=2.0<3:devel/rubygem-nio4r
|
|
|
|
USES= cpe gem ssl
|
|
|
|
PLIST_FILES= bin/puma bin/pumactl
|
|
|
|
.include <bsd.port.mk>
|