blob: 87203593c57518cb3131591bfce532bcaca2eed7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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-gitlab>=1.4.2:devel/rubygem-logger-gitlab \
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>
|