Ticket #34466: p5-libwww-perl_get_head_post.patch

File p5-libwww-perl_get_head_post.patch, 734 bytes (added by robsonpeixoto@…, 12 years ago)

extra variant to add HEAD, POST and GET

  • Portfile

     
    44PortGroup                    perl5 1.0
    55
    66perl5.setup                  libwww-perl 6.03 LWP
    7 revision                     1
     7revision                     2
    88maintainers                  nomaintainer
    99license                      {Artistic GPL}
    1010supported_archs              noarch
     
    5656    depends_lib-append  port:p${perl5.major}-lwp-protocol-https
    5757}
    5858
     59variant extra description {Install the GET, HEAD, POST programs} {
     60    depends_lib-append  port:p${perl5.major}-lwp-protocol-https
     61    configure.args-append --aliases
     62}
     63
    5964default_variants   +ssl
    6065}
    6166