19 lines
434 B
Makefile
19 lines
434 B
Makefile
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
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|