# -*- 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-Tiny-Mech 1.001001 license {Artistic-1 GPL} maintainers devans openmaintainer description HTTP::Tiny::Mech - Wrap a WWW::Mechanize instance in an HTTP::Tiny compatible interface. long_description ${description} platforms darwin checksums rmd160 d398d7fb596028c539df50746150f829d2518d7b \ sha256 0bf8dd1850e0722f60ea56e5213d06f96326673300421f7cea5df735aab4590a if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-http-message \ port:p${perl5.major}-http-tiny \ port:p${perl5.major}-www-mechanize supported_archs noarch }