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
3 3 PortSystem 1.0 4 4 PortGroup perl5 1.0 5 5 6 perl5.branches 5.8 5.10 5.12 5.14 5.16 7 perl5.setup HTTP-Recorder 0.05 8 revision 3 6 perl5.branches 5.8 5.10 5.12 5.14 5.16 7 perl5.setup HTTP-Recorder 0.06 9 8 maintainers email.arc.nasa.gov:sal 10 9 description Record interaction with websites 11 10 long_description This is a browser-independent recorder for recording \ 12 11 interactions with web sites. 13 12 platforms darwin 14 checksums md5 a2c167d06509620921e4d417ce9354a7 13 14 checksums rmd160 d746be584a9fa8e2a1fb159c400bcf8c8cb8ee85 \ 15 sha256 c5fe788d7a9d1e24398e89d7f5cbcd9c467ad7a34b33dd585a48ea2ab79c623b 16 15 17 if {${perl5.major} != ""} { 16 18 depends_lib-append port:p${perl5.major}-libwww-perl \ 17 19 port:p${perl5.major}-html-parser \