freebsd-ports/textproc/rubygem-asciidoctor/Makefile
Michael Moll 62a1543d5e textproc/rubygem-asciidoctor: update to 1.5.2
Differential Revision:	https://reviews.freebsd.org/D2477
Approved by:	swills (mentor)
2015-05-08 09:22:52 +00:00

20 lines
381 B
Makefile

# $FreeBSD$
PORTNAME= asciidoctor
PORTVERSION= 1.5.2
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
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES+= bin/asciidoctor bin/asciidoctor-safe
.include <bsd.port.mk>