aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-asciidoctor-kroki/Makefile
blob: 43fc3f77edb9d79ec52dca66345f015354db48d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	asciidoctor-kroki
PORTVERSION=	0.8.0
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Asciidoctor convert diagrams to images extension
WWW=		https://github.com/Mogztter/asciidoctor-kroki

LICENSE=	MIT

RUN_DEPENDS=	rubygem-asciidoctor>=2.0<3:textproc/rubygem-asciidoctor

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>