forked from Lainports/freebsd-ports
19 lines
343 B
Makefile
19 lines
343 B
Makefile
PORTNAME= asciidoctor
|
|
PORTVERSION= 2.0.20
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Fast, open source text processor and publishing toolchain
|
|
WWW= https://asciidoctor.org/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/asciidoctor
|
|
|
|
.include <bsd.port.mk>
|