# -*- 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
# $Id: Portfile 101243 2013-01-07 01:14:35Z ryandesign@macports.org $

PortSystem      1.0
PortGroup       php 1.1

name            php-mailparse
version         2.1.6
revision        1
license         PHP
categories      php mail devel
platforms       darwin
maintainers     ryandesign openmaintainer

php.branches    5.3 5.4 5.5
php.pecl        yes

description     Email message manipulation

long_description \
    Mailparse is an extension for parsing and working with email messages. \
    It can deal with rfc822 and rfc2045 (MIME) compliant messages.

checksums       rmd160  68b2fedcacda2850c10e3551131502429b8daee1 \
                sha256  73705197d2b2ee782efa5477eb2a21432f592c2cb05a72c3a037bbe39e02b5cc

if {${name} != ${subport}} {
    depends_run         port:${php}-mbstring
    
    configure.cppflags-append -DHAVE_MBSTRING
    
    use_parallel_build  yes
    
    test.run            yes
    
    post-destroot {
        set docdir ${prefix}/share/doc/${subport}
        xinstall -d ${destroot}${docdir}
        xinstall -m 644 -W ${worksrcpath} CREDITS README ${destroot}${docdir}
    }
}
