mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
19 lines
333 B
Makefile
19 lines
333 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= asciidoctor
|
|
PORTVERSION= 0.1.4
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= A 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>
|