summaryrefslogtreecommitdiff
path: root/textproc/rubygem-asciidoctor/Makefile
blob: 73dff834f1024825587a262cb0f5e63ed6153e5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

PORTNAME=	asciidoctor
PORTVERSION=	2.0.12
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Fast, open source text processor and publishing toolchain

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

PLIST_FILES=	bin/asciidoctor

.include <bsd.port.mk>