# -*- 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
# $Id: Portfile 77344 2011-03-27 22:38:48Z l2g@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         HTML-Encoding 0.61
platforms           darwin
maintainers         l2g openmaintainer
license             Artistic GPL
supported_archs     noarch

description         Determine the encoding of HTML/XML/XHTML documents

long_description    ${description}

checksums           sha1    539c09038c812ae8b2215ab3824b69e50e20b33c \
                    rmd160  568d0d6b46778644802b9e4f5ac4642a4ad1c419

patchfiles          patch-lib-HTML-Encoding.pm.diff

depends_lib-append  port:p5-encode \
                    port:p5-html-parser \
                    port:p5-libwww-perl
