# -*- 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-mailparse
license PHP
categories php mail devel
platforms darwin
maintainers {ryandesign @ryandesign} openmaintainer
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3
php.pecl yes
if {[vercmp ${php.branch} 7] >= 0} {
version 3.0.2
revision 0
checksums rmd160 c96c24aa440f302ad8b65d1b44d947bb4a8e1ebd \
sha256 d81a6f8a48e43fca1c0f0d6c90d666830c24d584a23a60add43062aaf221843b \
size 38206
patchfiles php73-mailparse.patch
} else {
version 2.1.6
revision 1
checksums rmd160 68b2fedcacda2850c10e3551131502429b8daee1 \
sha256 73705197d2b2ee782efa5477eb2a21432f592c2cb05a72c3a037bbe39e02b5cc \
size 36538
}
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.
if {${name} ne ${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}
}
}