37 lines
1.1 KiB
Makefile
37 lines
1.1 KiB
Makefile
PORTNAME= activesupport
|
|
PORTVERSION= 8.0.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 80
|
|
|
|
MAINTAINER= sunpoet@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.3.1<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-securerandom>=0.3:security/rubygem-securerandom \
|
|
rubygem-tzinfo>=2.0.5<3:devel/rubygem-tzinfo \
|
|
rubygem-uri>=0.13.1:net/rubygem-uri
|
|
|
|
USES= cpe gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
CPE_VENDOR= activesupport_project
|
|
|
|
PORTSCOUT= limit:^8\.0\.
|
|
|
|
.include <bsd.port.mk>
|