Matthias Fechner 771fdb841f www/gitlab: upgrade rails to 7.2.3
which is required for gitlab 18.7.0.
2026-01-02 07:52:43 +01:00

25 lines
607 B
Makefile

PORTNAME= activemodel
PORTVERSION= ${RAILS_VERSION}
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Toolkit for building modeling frameworks like Active Record
WWW= https://github.com/rails/rails/tree/main/activemodel \
https://rubyonrails.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activesupport-gitlab>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport-gitlab
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^7\.2\.
.include "${.CURDIR}/../../www/gitlab/Makefile.common"
.include <bsd.port.mk>