summaryrefslogtreecommitdiff
path: root/www/rubygem-railties-gitlab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/rubygem-railties-gitlab/Makefile')
-rw-r--r--www/rubygem-railties-gitlab/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/www/rubygem-railties-gitlab/Makefile b/www/rubygem-railties-gitlab/Makefile
index 0ad939166601..91c4aa023e91 100644
--- a/www/rubygem-railties-gitlab/Makefile
+++ b/www/rubygem-railties-gitlab/Makefile
@@ -14,23 +14,25 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionpack-gitlab>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack-gitlab \
rubygem-activesupport-gitlab>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport-gitlab \
+ rubygem-cgi>=0:www/rubygem-cgi \
rubygem-irb-gitlab>=0:devel/rubygem-irb-gitlab \
rubygem-rackup10>=1.0.0:www/rubygem-rackup10 \
rubygem-rake>=12.2:devel/rubygem-rake \
rubygem-thor>=1.2.2<2:devel/rubygem-thor \
+ rubygem-tsort>=0.2:devel/rubygem-tsort \
rubygem-zeitwerk>=2.6<3:devel/rubygem-zeitwerk
USES= gem shebangfix
-NO_ARCH= yes
-
-PLIST_FILES= bin/rails
+SHEBANG_FILES= lib/rails/generators/rails/app/templates/docker-entrypoint.tt
CONFLICTS_INSTALL= rubygem-railties[0-9] rubygem-railties[0-9][0-9]
+NO_ARCH= yes
+
PORTSCOUT= limit:^7\.1\.
-SHEBANG_FILES= lib/rails/generators/rails/app/templates/docker-entrypoint.tt
+PLIST_FILES= bin/rails
.include "${.CURDIR}/../../www/gitlab/Makefile.common"
.include <bsd.port.mk>