Files
2026-04-01 17:04:41 -05:00

36 lines
1.2 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup php 1.1
name php-markdown
version 1.0.0
revision 1
categories-append textproc devel
maintainers {ryandesign @ryandesign} {mathiesen.info:macintosh @BjarneDMat} openmaintainer
license BSD
php.branches 5.3 5.4 5.5 5.6
php.pecl yes
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 rmd160 71e6b3c87436a1d3e253d542d187746903ef60a6 \
sha256 67fd0ec9cda29ce4e39aea012bcd230f7076e12bef671d40331e256a0e985ca6
use_parallel_build yes
test.run yes
if {${name} ne ${subport}} {
post-destroot {
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir} ${destroot}${prefix}/share/examples
xinstall -m 644 -W ${worksrcpath} CREDITS README ${destroot}${docdir}
copy ${worksrcpath}/examples ${destroot}${prefix}/share/examples/${subport}
}
}