mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
textproc/rubygem-asciidoctor: Fix runtime with Ruby 4.0+
- Bump PORTREVISION for dependency change PR: 294765 Reported by: kib
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
PORTNAME= asciidoctor
|
||||
PORTVERSION= 2.0.26
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@@ -17,4 +18,10 @@ NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= bin/asciidoctor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${RUBY_VER} >= 4.0
|
||||
RUN_DEPENDS+= rubygem-logger>=0:devel/rubygem-logger
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
Reference in New Issue
Block a user