This fixes following commits: 99b692d10ed32c6a02eaaa3727400379d4692aa6 0f92b5ebfd3b3336f58a715ecf171f7e716788d5 074a308471c1dc05251985907e260a632141c3b3 PR: 289973
22 lines
443 B
Makefile
22 lines
443 B
Makefile
PORTNAME= puma
|
|
PORTVERSION= 6.6.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>
|