diff options
Diffstat (limited to 'devel/rubygem-bootsnap-gitlab')
| -rw-r--r-- | devel/rubygem-bootsnap-gitlab/Makefile | 22 | ||||
| -rw-r--r-- | devel/rubygem-bootsnap-gitlab/distinfo | 3 | ||||
| -rw-r--r-- | devel/rubygem-bootsnap-gitlab/pkg-descr | 3 |
3 files changed, 28 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> diff --git a/devel/rubygem-bootsnap-gitlab/distinfo b/devel/rubygem-bootsnap-gitlab/distinfo new file mode 100644 index 000000000000..e6b03e8785b6 --- /dev/null +++ b/devel/rubygem-bootsnap-gitlab/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1747716300 +SHA256 (rubygem/bootsnap-1.18.6.gem) = 0ae2393c1e911e38be0f24e9173e7be570c3650128251bf06240046f84a07d00 +SIZE (rubygem/bootsnap-1.18.6.gem) = 43008 diff --git a/devel/rubygem-bootsnap-gitlab/pkg-descr b/devel/rubygem-bootsnap-gitlab/pkg-descr new file mode 100644 index 000000000000..25d2164171a9 --- /dev/null +++ b/devel/rubygem-bootsnap-gitlab/pkg-descr @@ -0,0 +1,3 @@ +Bootsnap makes booting large ruby/rails apps faster. It is a library that plugs +into a number of Ruby and (optionally) ActiveSupport and YAML methods to +optimize and cache expensive computations. |
