aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-extended-markdown-filter/Makefile
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2019-09-02 12:48:45 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2019-09-02 12:48:45 +0000
commitc2b32c3eed8cdd5b9b8aa2779eb03a06eb8b0410 (patch)
treed1db0d2f9bea0a9caeefc240af8cfb95d3501592 /textproc/rubygem-extended-markdown-filter/Makefile
parent36657dd37f1fe6238522a328d93d6609fb525e34 (diff)
downloadports-c2b32c3eed8cdd5b9b8aa2779eb03a06eb8b0410.tar.gz
ports-c2b32c3eed8cdd5b9b8aa2779eb03a06eb8b0410.zip
Notes
Diffstat (limited to 'textproc/rubygem-extended-markdown-filter/Makefile')
-rw-r--r--textproc/rubygem-extended-markdown-filter/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/rubygem-extended-markdown-filter/Makefile b/textproc/rubygem-extended-markdown-filter/Makefile
new file mode 100644
index 000000000000..462321f06fd6
--- /dev/null
+++ b/textproc/rubygem-extended-markdown-filter/Makefile
@@ -0,0 +1,22 @@
+# Created by: Matthias Fechner <mfechner@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= extended-markdown-filter
+PORTVERSION= 0.7.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Custom markdown processor GitHubs HTML Pipeline
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-html-pipeline>=2.9<3.0:textproc/rubygem-html-pipeline
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>