freebsd-ports/textproc/rubygem-asciidoctor-diagram/Makefile
Steve Wills cdb133c241 textproc/rubygem-asciidoctor-diagram: create port
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>
2018-12-09 20:26:13 +00:00

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>