cdb133c241
Asciidoctor Diagram is a set of Asciidoctor extensions that enable you to add diagrams, which you describe using plain text, to your AsciiDoc document. WWW: https://rubygems.org/gems/asciidoctor-diagram/ PR: 232056 Submitted by: Šimun Mikecin <numisemis@yahoo.com>
21 lines
368 B
Makefile
21 lines
368 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= asciidoctor-diagram
|
|
PORTVERSION= 1.5.10
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= numisemis@yahoo.com
|
|
COMMENT= Asciidoctor diagramming extension
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-asciidoctor>=1.5:textproc/rubygem-asciidoctor
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|