ports/textproc/rubygem-asciidoctor/Makefile

20 lines
390 B
Makefile

PORTNAME= asciidoctor
PORTVERSION= 2.0.23
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fast, open source text processor and publishing toolchain
WWW= https://asciidoctor.org/ \
https://github.com/asciidoctor/asciidoctor
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/asciidoctor
.include <bsd.port.mk>