Changes: https://github.com/puma/puma/releases https://github.com/puma/puma/blob/master/History.md Security: CVE-2024-45614
21 lines
416 B
Makefile
21 lines
416 B
Makefile
PORTNAME= puma
|
|
PORTVERSION= 6.4.3
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@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>
|