Tweak deskutils/bijiben version 3.14.2
[dports.git] / textproc / rubygem-asciidoctor / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       asciidoctor
4 PORTVERSION=    0.1.4
5 CATEGORIES=     textproc rubygems
6 MASTER_SITES=   RG
7
8 MAINTAINER=     ruby@FreeBSD.org
9 COMMENT=        Fast, open source text processor and publishing toolchain
10
11 USE_RUBY=       yes
12 USE_RUBYGEMS=   yes
13 RUBYGEM_AUTOPLIST=      yes
14
15 PLIST_FILES+=   bin/asciidoctor bin/asciidoctor-safe
16
17
18 .include <bsd.port.mk>