Ticket #36946: p5-http-recorder-0.06.diff

File p5-http-recorder-0.06.diff, 1.0 KB (added by ryandesign (Ryan Carsten Schmidt), 12 years ago)
  • Portfile

     
    33PortSystem           1.0
    44PortGroup            perl5 1.0
    55
    6 perl5.branches      5.8 5.10 5.12 5.14 5.16
    7 perl5.setup          HTTP-Recorder 0.05
    8 revision             3
     6perl5.branches       5.8 5.10 5.12 5.14 5.16
     7perl5.setup          HTTP-Recorder 0.06
    98maintainers          email.arc.nasa.gov:sal
    109description          Record interaction with websites
    1110long_description     This is a browser-independent recorder for recording \
    1211                     interactions with web sites.
    1312platforms            darwin
    14 checksums            md5 a2c167d06509620921e4d417ce9354a7
     13
     14checksums            rmd160  d746be584a9fa8e2a1fb159c400bcf8c8cb8ee85 \
     15                     sha256  c5fe788d7a9d1e24398e89d7f5cbcd9c467ad7a34b33dd585a48ea2ab79c623b
     16
    1517if {${perl5.major} != ""} {
    1618depends_lib-append   port:p${perl5.major}-libwww-perl \
    1719                     port:p${perl5.major}-html-parser \