minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories T-V. CR: D509 Approved by: portmgr (antoine)
18 lines
331 B
Makefile
18 lines
331 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= asciidoctor
|
|
PORTVERSION= 0.1.4
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Fast, open source text processor and publishing toolchain
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES+= bin/asciidoctor bin/asciidoctor-safe
|
|
|
|
|
|
.include <bsd.port.mk>
|