# $Id: Portfile 99801 2012-11-18 06:56:41Z ryandesign@macports.org $

PortSystem           1.0
PortGroup            perl5 1.0

perl5.branches       5.8 5.10 5.12 5.14 5.16
perl5.setup          HTTP-Recorder 0.06
maintainers          email.arc.nasa.gov:sal
description          Record interaction with websites
long_description     This is a browser-independent recorder for recording \
                     interactions with web sites.
platforms            darwin

checksums            rmd160  d746be584a9fa8e2a1fb159c400bcf8c8cb8ee85 \
                     sha256  c5fe788d7a9d1e24398e89d7f5cbcd9c467ad7a34b33dd585a48ea2ab79c623b

if {${perl5.major} != ""} {
depends_lib-append   port:p${perl5.major}-libwww-perl \
                     port:p${perl5.major}-html-parser \
                     port:p${perl5.major}-uri

supported_archs noarch
}
