ports/www/p5-Text-MultiMarkdown-ApacheHandler/files/pkg-message.in
2019-08-14 12:25:09 +00:00

15 lines
314 B
Text

[
{ type: install
message: <<EOM
Please create %%PREFIX%%/etc/apache22/Includes/mmd.conf
with the following contents:
AddType text/multimarkdown .markdown .mmd
<Files ~ "\.(mmd|markdown)$">
SetHandler perl-script
PerlHandler Text::MultiMarkdown::ApacheHandler
PerlSetVar mm_useSmartyPants 1
</Files>
EOM
}
]