# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

PortSystem      1.0
PortGroup       php 1.1

name            php-uploadprogress
version         1.0.3.1
revision        1
categories      php www devel
platforms       darwin
maintainers     ryandesign openmaintainer
license         PHP-3.01

php.branches    5.3 5.4 5.5 5.6
php.pecl        yes

description     An extension to track progress of a file upload.

long_description \
    An extension to track progress of a file upload. It is only known to \
    work on Apache with mod_php, other SAPI implementations unfortunately \
    still have issues.

checksums       rmd160  41eca2504c467a3bacc716db06ff8e42501586a8 \
                sha256  30588b4589543bcf6371532546b1a8cee9da1086c206aca9f96ea1bd486bbab2

if {${name} ne ${subport}} {
    depends_lib-append  port:${php}-apache2handler
    
    use_parallel_build  yes
}

notes "
${name} is only known to work with the Apache handler; its use with other\
SAPIs is not supported.
"