freebsd-ports/textproc/rubygem-asciidoctor-include-ext/Makefile

21 lines
448 B
Makefile
Raw Normal View History

PORTNAME= asciidoctor-include-ext
PORTVERSION= 0.4.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Reimplementation of the Asciidoctor's built-in (pre)processor
WWW= https://github.com/jirutka/asciidoctor-include-ext
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-asciidoctor>=1.5.6<3.0.0:textproc/rubygem-asciidoctor
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>