diff options
Diffstat (limited to 'devel/rubygem-activesupport-gitlab')
-rw-r--r-- | devel/rubygem-activesupport-gitlab/Makefile | 37 | ||||
-rw-r--r-- | devel/rubygem-activesupport-gitlab/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-activesupport-gitlab/pkg-descr | 4 |
3 files changed, 44 insertions, 0 deletions
diff --git a/devel/rubygem-activesupport-gitlab/Makefile b/devel/rubygem-activesupport-gitlab/Makefile new file mode 100644 index 000000000000..e827dbc8e41b --- /dev/null +++ b/devel/rubygem-activesupport-gitlab/Makefile @@ -0,0 +1,37 @@ +PORTNAME= activesupport +PORTVERSION= ${RAILS_VERSION} +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Toolkit of support libraries and Ruby core extensions extracted from the Rails framework +WWW= https://github.com/rails/rails/tree/main/activesupport \ + https://rubyonrails.org/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-base64>=0:converters/rubygem-base64 \ + rubygem-benchmark>=0.3:benchmarks/rubygem-benchmark \ + rubygem-bigdecimal>=0:math/rubygem-bigdecimal \ + rubygem-concurrent-ruby>=1.0.2<2:devel/rubygem-concurrent-ruby \ + rubygem-connection_pool>=2.2.5:net/rubygem-connection_pool \ + rubygem-drb>=0:devel/rubygem-drb \ + rubygem-i18n>=1.6,2<2,2:devel/rubygem-i18n \ + rubygem-logger>=1.4.2:devel/rubygem-logger \ + rubygem-minitest>=5.1:devel/rubygem-minitest \ + rubygem-mutex_m>=0:devel/rubygem-mutex_m \ + rubygem-securerandom>=0.3:security/rubygem-securerandom \ + rubygem-tzinfo>=2.0<3:devel/rubygem-tzinfo + +USES= cpe gem + +NO_ARCH= yes + +CPE_VENDOR= activesupport_project + +PORTSCOUT= limit:^7\.1\. + +.include "${.CURDIR}/../../www/gitlab/Makefile.common" +.include <bsd.port.mk> diff --git a/devel/rubygem-activesupport-gitlab/distinfo b/devel/rubygem-activesupport-gitlab/distinfo new file mode 100644 index 000000000000..956eb38246ba --- /dev/null +++ b/devel/rubygem-activesupport-gitlab/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1734888812 +SHA256 (rubygem/activesupport-7.1.5.1.gem) = 9f0c482e473b9868cb3dfe3e9db549a3bd2302c02e4f595a5caac144a8c7cfb8 +SIZE (rubygem/activesupport-7.1.5.1.gem) = 258560 diff --git a/devel/rubygem-activesupport-gitlab/pkg-descr b/devel/rubygem-activesupport-gitlab/pkg-descr new file mode 100644 index 000000000000..67a1ee92e655 --- /dev/null +++ b/devel/rubygem-activesupport-gitlab/pkg-descr @@ -0,0 +1,4 @@ +Active Support is a collection of utility classes and standard library +extensions that were found useful for the Rails framework. These additions +reside in this package so they can be loaded as needed in Ruby projects outside +of Rails. |