Ticket #34466: p5-libwww-perl_get_head_post.patch
File p5-libwww-perl_get_head_post.patch, 734 bytes (added by robsonpeixoto@…, 13 years ago) |
---|
-
Portfile
4 4 PortGroup perl5 1.0 5 5 6 6 perl5.setup libwww-perl 6.03 LWP 7 revision 17 revision 2 8 8 maintainers nomaintainer 9 9 license {Artistic GPL} 10 10 supported_archs noarch … … 56 56 depends_lib-append port:p${perl5.major}-lwp-protocol-https 57 57 } 58 58 59 variant 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 59 64 default_variants +ssl 60 65 } 61 66