fix asciidoctor deps

This commit is contained in:
c0dev0id 2023-01-07 17:23:52 +01:00
parent 30a0150d81
commit f3db1ea486
3 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,8 @@ COMMENT = Ditaa JAR files wrapped in a Ruby gem
DISTNAME = asciidoctor-diagram-ditaamini-1.0.3
REVISION = 0
CATEGORIES = textproc
HOMEPAGE = https://github.com/asciidoctor/asciidoctor-diagram

View File

@ -2,6 +2,8 @@ COMMENT = PlantUML JAR files wrapped in a Ruby gem
DISTNAME = asciidoctor-diagram-plantuml-1.2022.12
REVISION = 0
CATEGORIES = textproc
HOMEPAGE = https://github.com/asciidoctor/asciidoctor-diagram

View File

@ -2,6 +2,8 @@ COMMENT = asciidoctor extension for various diagram types
DISTNAME = asciidoctor-diagram-2.2.3
REVISION = 1
CATEGORIES = textproc
HOMEPAGE = https://github.com/asciidoctor/asciidoctor-diagram
@ -11,6 +13,12 @@ PERMIT_PACKAGE = Yes
MODULES = lang/ruby
BUILD_DEPENDS = textproc/ruby-asciidoctor-diagram-ditaamini,${MODRUBY_FLAVOR} \
textproc/ruby-asciidoctor-diagram-plantuml,${MODRUBY_FLAVOR}
RUN_DEPENDS = textproc/ruby-asciidoctor-diagram-ditaamini,${MODRUBY_FLAVOR} \
textproc/ruby-asciidoctor-diagram-plantuml,${MODRUBY_FLAVOR}
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>