freebsd-ports/textproc/rubygem-asciidoctor/Makefile
Sunpoet Po-Chuan Hsieh 975e467481 - Update to 1.5.4
Changes:	https://github.com/asciidoctor/asciidoctor/blob/master/CHANGELOG.adoc
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:22:36 +00:00

21 lines
394 B
Makefile

# $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>