blob: 923a771863dc565cc097193f9100ecf962ac9a6c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= puma
PORTVERSION= 7.0.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>
|