aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-bootsnap-gitlab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-bootsnap-gitlab/Makefile')
-rw-r--r--devel/rubygem-bootsnap-gitlab/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/rubygem-bootsnap-gitlab/Makefile b/devel/rubygem-bootsnap-gitlab/Makefile
new file mode 100644
index 000000000000..e25fa3f3f290
--- /dev/null
+++ b/devel/rubygem-bootsnap-gitlab/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= bootsnap
+PORTVERSION= 1.18.6
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Boot large ruby/rails apps faster
+WWW= https://github.com/rails/bootsnap
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-msgpack>=1.2<2:devel/rubygem-msgpack
+
+USES= gem
+
+PLIST_FILES= bin/bootsnap
+
+PORTSCOUT= limit:^1\.18\.
+
+.include <bsd.port.mk>