aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-asciidoctor-include-ext/Makefile
blob: db0ff8862a97cb76b217f0c28c5c7030f62b0939 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Matthias Fechner <mfechner@FreeBSD.org>

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

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>