mystuff/textproc/ruby-asciidoctor-diagram/Makefile

25 lines
588 B
Makefile
Raw Normal View History

2022-12-19 01:54:42 +01:00
COMMENT = asciidoctor extension for various diagram types
DISTNAME = asciidoctor-diagram-2.2.3
2023-01-07 17:23:52 +01:00
REVISION = 1
2022-12-19 01:54:42 +01:00
CATEGORIES = textproc
HOMEPAGE = https://github.com/asciidoctor/asciidoctor-diagram
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
2023-01-07 17:23:52 +01:00
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}
2022-12-19 01:54:42 +01:00
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>