mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
15 lines
314 B
Text
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
|
|
}
|
|
]
|