# -*- 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$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup HTTP-Entity-Parser 0.18 license {Artistic-1 GPL} maintainers devans openmaintainer description HTTP::Entity::Parser - PSGI compliant HTTP Entity Parser long_description ${description} platforms darwin checksums rmd160 943734cddb0a83d199953a693560fbdfed2f565e \ sha256 5354bdbcef19f5c1fac65c3c718ff62c21120a9d0e0b36def47319d97681e910 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-http-message \ port:p${perl5.major}-module-build-tiny depends_lib-append \ port:p${perl5.major}-file-temp \ port:p${perl5.major}-hash-multivalue \ port:p${perl5.major}-http-multipartparser \ port:p${perl5.major}-json-maybexs \ port:p${perl5.major}-module-load \ port:p${perl5.major}-stream-buffered \ port:p${perl5.major}-www-form-urlencoded \ port:p${perl5.major}-www-form-urlencoded-xs perl5.use_module_build supported_archs noarch }