aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-asciidoctor/Makefile
blob: 1694adcf73e8199534d02e29469081ad51749f24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=   asciidoctor
PORTVERSION=    1.5.4
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.adoc

NO_ARCH=    yes
USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

PLIST_FILES+=   bin/asciidoctor bin/asciidoctor-safe

.include <bsd.port.mk>