diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-22 21:04:03 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-22 21:04:03 +0000 |
commit | 6d776241f139568c55f7293f5edf1d4ee249e581 (patch) | |
tree | 68dbba4c277b433eff606dfe1468eeed93d3d8ed /textproc/rubygem-asciidoctor-plantuml | |
parent | 5a2dda61342304b6309eee4a8d79c5b369f3ba0a (diff) | |
download | ports-6d776241f139568c55f7293f5edf1d4ee249e581.tar.gz ports-6d776241f139568c55f7293f5edf1d4ee249e581.zip |
Notes
Diffstat (limited to 'textproc/rubygem-asciidoctor-plantuml')
-rw-r--r-- | textproc/rubygem-asciidoctor-plantuml/Makefile | 20 | ||||
-rw-r--r-- | textproc/rubygem-asciidoctor-plantuml/distinfo | 3 | ||||
-rw-r--r-- | textproc/rubygem-asciidoctor-plantuml/pkg-descr | 4 |
3 files changed, 27 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> diff --git a/textproc/rubygem-asciidoctor-plantuml/distinfo b/textproc/rubygem-asciidoctor-plantuml/distinfo new file mode 100644 index 000000000000..2e6cce892350 --- /dev/null +++ b/textproc/rubygem-asciidoctor-plantuml/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1490206283 +SHA256 (rubygem/asciidoctor-plantuml-0.0.8.gem) = ca62ea5c807a02b2392e5f1e489d650a8504c1b5d952f23edbfa5c441b150974 +SIZE (rubygem/asciidoctor-plantuml-0.0.8.gem) = 7680 diff --git a/textproc/rubygem-asciidoctor-plantuml/pkg-descr b/textproc/rubygem-asciidoctor-plantuml/pkg-descr new file mode 100644 index 000000000000..30f17b3edf98 --- /dev/null +++ b/textproc/rubygem-asciidoctor-plantuml/pkg-descr @@ -0,0 +1,4 @@ +Asciidoctor PlantUml is an extension that enables you to add PlantUML diagrams +to your AsciiDoc documents. + +WWW: https://github.com/hsanson/asciidoctor-plantuml |