1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

www/py-pelican: Add description for MARKDOWN option

Add a description for the MARKDOWN option that was missed in the previous
commit.

Approved by:	portmgr, pointyhat (blanket)
This commit is contained in:
Kubilay Kocak 2015-08-31 05:44:56 +00:00
parent 9118d1aee1
commit 19ce0adeeb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395650

View File

@ -31,6 +31,7 @@ GH_ACCOUNT= getpelican
OPTIONS_DEFINE= MARKDOWN SYNTAX TESTS
OPTIONS_DEFAULT= MARKDOWN SYNTAX
MARKDOWN_DESC= Markdown markup language format support
MARKDOWN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>0:${PORTSDIR}/textproc/py-markdown
SYNTAX_DESC= Syntax Highlighting (via pygments)