aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2019-09-06 11:55:56 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2019-09-06 11:55:56 +0000
commit3836fd5bf95bbbf5bcc5f17e85499b164a6fa698 (patch)
tree3e9956d62a8a1fed9cd4195b5210eecbf55f3e91 /textproc/Makefile
parentb90199844d2020969f92b06e70228f7f2c1c9422 (diff)
downloadports-3836fd5bf95bbbf5bcc5f17e85499b164a6fa698.tar.gz
ports-3836fd5bf95bbbf5bcc5f17e85499b164a6fa698.zip
[NEW] textproc/misaka: CFFI binding for Hoedown, a markdown parsing library
Misaka is a CFFI-based binding for Hoedown, a fast markdown processing library written in C. It features a fast HTML renderer and functionality to make custom renderers (e.g. man pages or LaTeX). WWW: https://github.com/FSX/misaka
Notes
Notes: svn path=/head/; revision=511307
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 699fe81de823..0198354d47b9 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1299,6 +1299,7 @@
SUBDIR += py-markdown-math
SUBDIR += py-markdown2
SUBDIR += py-markups
+ SUBDIR += py-misaka
SUBDIR += py-mistune
SUBDIR += py-mkdocs
SUBDIR += py-mkdocs-nature