freebsd-ports/textproc/rubygem-asciidoctor-kroki/Makefile
Matthias Fechner 454ee5e81a textproc/rubygem-asciidoctor-kroki: Update to 0.5.0
Required for gitlab-ce 14.1.
2021-07-24 09:08:04 +02:00

20 lines
389 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
PORTNAME= asciidoctor-kroki
PORTVERSION= 0.5.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Asciidoctor convert diagrams to images extension
LICENSE= MIT
RUN_DEPENDS= rubygem-asciidoctor>=2.0<3:textproc/rubygem-asciidoctor
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>