freebsd-ports/textproc/rubygem-asciidoctor/Makefile
Matthias Fechner cde261027a Upgrade to 1.5.8 which is required for gitlab-ce 11.6.
Approved by:	mentors (implicit)
2018-12-23 12:44:19 +00:00

21 lines
360 B
Makefile

# $FreeBSD$
PORTNAME= asciidoctor
PORTVERSION= 1.5.8
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 bin/asciidoctor-safe
.include <bsd.port.mk>