blob: 6763fb9f6fe03a9fe87060fc70735e092e802371 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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>
|