summaryrefslogtreecommitdiff
path: root/www/rubygem-puma-gitlab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/rubygem-puma-gitlab/Makefile')
-rw-r--r--www/rubygem-puma-gitlab/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/rubygem-puma-gitlab/Makefile b/www/rubygem-puma-gitlab/Makefile
new file mode 100644
index 000000000000..708eb2ece461
--- /dev/null
+++ b/www/rubygem-puma-gitlab/Makefile
@@ -0,0 +1,21 @@
+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>