# $Id$ PortSystem 1.0 PortGroup php5extension 1.0 php5extension.setup markdown 0.2.0 pecl license PHP categories php textproc devel platforms darwin maintainers nomaintainer description A fast Markdown parser long_description \ Markdown is an extension to parse a Markdown text, from a string or a \ file. It is fast and has a simple API. checksums sha1 863722163c67aeed1a858c8e68426b43d31f7fea \ rmd160 c5d2e27758882e3edfaaab337f059be0dc215935 use_parallel_build yes post-destroot { set docdir ${prefix}/share/doc/${name} xinstall -d ${destroot}${docdir} ${destroot}${prefix}/share/examples/${name} xinstall -m 644 -W ${worksrcpath} CREDITS README ${destroot}${docdir} copy ${worksrcpath}/examples ${destroot}${prefix}/share/examples/${name} } test.run yes livecheck.regex {(\d+(?:\.\d+)*)}