Ticket #26433: mech-1.62-to-1.64.diff
File mech-1.62-to-1.64.diff, 1.4 KB (added by jon.hermansen@…, 14 years ago) |
---|
-
p5-www-mechanize/Portfile
old new 1 # $Id: Portfile 67035 2010-04-27 17:34:37Z narf_tm@macports.org $ 1 # -*- 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 2 # $Id$ 2 3 3 4 PortSystem 1.0 4 5 PortGroup perl5 1.0 5 6 6 perl5.setup WWW-Mechanize 1.6 27 perl5.setup WWW-Mechanize 1.64 7 8 maintainers narf_tm openmaintainer 8 9 description Handy web browsing in a Perl object 9 10 long_description WWW::Mechanize, or Mech for short, helps you automate \ … … long_description WWW::Mechanize, or 17 18 18 19 platforms darwin 19 20 20 checksums md5 119c74ce2508ae578e95fb2fcafa10b4\21 sha1 8c4d5f6ed37e2bcc40d63f208836d8d309625640\22 rmd160 3ac045ea692037dd6a0444e5f84ca2c3672b4ca921 checksums md5 d5bca73178dec9e8028cfb411b9bd00c \ 22 sha1 fd50457ed15a69b363308a3871e6eaa4720404f4 \ 23 rmd160 bd18795951d1f1e3989210ab7957cf9fe2478bc0 23 24 24 25 depends_lib-append port:p5-libwww-perl \ 25 26 port:p5-html-parser \ 26 27 port:p5-http-server-simple \ 27 28 port:p5-test-warn \ 28 29 port:p5-uri 30 31 supported_archs noarch