aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-asciidoctor-plantuml/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-03-22 21:04:03 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-03-22 21:04:03 +0000
commit6d776241f139568c55f7293f5edf1d4ee249e581 (patch)
tree68dbba4c277b433eff606dfe1468eeed93d3d8ed /textproc/rubygem-asciidoctor-plantuml/Makefile
parent5a2dda61342304b6309eee4a8d79c5b369f3ba0a (diff)
downloadports-6d776241f139568c55f7293f5edf1d4ee249e581.tar.gz
ports-6d776241f139568c55f7293f5edf1d4ee249e581.zip
Add rubygem-asciidoctor-plantuml 0.0.8
Asciidoctor PlantUml is an extension that enables you to add PlantUML diagrams to your AsciiDoc documents. WWW: https://github.com/hsanson/asciidoctor-plantuml
Notes
Notes: svn path=/head/; revision=436730
Diffstat (limited to 'textproc/rubygem-asciidoctor-plantuml/Makefile')
-rw-r--r--textproc/rubygem-asciidoctor-plantuml/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/rubygem-asciidoctor-plantuml/Makefile b/textproc/rubygem-asciidoctor-plantuml/Makefile
new file mode 100644
index 000000000000..a766e9e1c97a
--- /dev/null
+++ b/textproc/rubygem-asciidoctor-plantuml/Makefile
@@ -0,0 +1,20 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= asciidoctor-plantuml
+PORTVERSION= 0.0.8
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Asciidoctor PlantUML extension
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-asciidoctor>=1.5:textproc/rubygem-asciidoctor
+
+NO_ARCH= yes
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>