freebsd-ports/databases/rubygem-activerecord70/Makefile
Po-Chuan Hsieh 1e4f527267
databases/rubygem-activerecord70: Update to 7.0.4.2
Changes:	https://github.com/rails/rails/releases
Security:	CVE-2022-44566, CVE-2023-22794
2023-02-05 23:50:00 +08:00

24 lines
617 B
Makefile

PORTNAME= activerecord
PORTVERSION= 7.0.4.2
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 70
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Object-relational mapping layer for Rails MVC Framework
WWW= https://github.com/rails/rails/tree/main/activerecord \
https://rubyonrails.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activemodel70>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activemodel70 \
rubygem-activesupport70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport70
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^7\.0\.
.include <bsd.port.mk>