aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-puma6/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/rubygem-puma6/Makefile')
-rw-r--r--www/rubygem-puma6/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/www/rubygem-puma6/Makefile b/www/rubygem-puma6/Makefile
new file mode 100644
index 000000000000..e8a3e7cd47ea
--- /dev/null
+++ b/www/rubygem-puma6/Makefile
@@ -0,0 +1,24 @@
+PORTNAME= puma
+PORTVERSION= 6.6.1
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 6
+
+MAINTAINER= sunpoet@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
+
+PORTSCOUT= limit:^6\.
+
+post-install:
+ ${RM} ${STAGEDIR}${PREFIX}/bin/puma ${STAGEDIR}${PREFIX}/bin/pumactl
+
+.include <bsd.port.mk>