freebsd-ports/textproc/p5-Text-MultiMarkdown/files/patch-Makefile.PL
Wen Heping 793a62517d Markdown is a text-to-HTML filter; it translates an easy-to-read and
easy-to-write structured text format into HTML. Markdown's text format
is most similar to that of plain text email, and supports features such
as headers, *emphasis*, code blocks, blockquotes, and links.

Markdown's syntax is designed not as a generic markup language, but
specifically to serve as a front-end to (X)HTML. You can use span-level
HTML tags anywhere in a Markdown document, and you can use block level
HTML tags (like <div> and <table> as well).

Text::MultiMarkdown implements the MultiMarkdown markdown syntax
extensions from: http://fletcherpenney.net/multimarkdown/

WWW: http://search.cpan.org/dist/Text-MultiMarkdown/

Approved by:	mentors(implicit)
2009-10-23 02:59:15 +00:00

11 lines
255 B
Raku

--- Makefile.PL.orig 2009-10-23 09:40:28.000000000 +0800
+++ Makefile.PL 2009-10-23 09:40:37.000000000 +0800
@@ -26,7 +26,7 @@
}
# Scripts I install
-prompt_script('script/MultiMarkdown.pl');
+#prompt_script('script/MultiMarkdown.pl');
WriteAll;