# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem           1.0
PortGroup            perl5 1.0
perl5.setup          HTTP-Recorder 0.05
revision             0
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            md5 a2c167d06509620921e4d417ce9354a7
depends_lib-append   port:p5-libwww-perl \
                     port:p5-html-parser \
                     port:p5-uri

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
