# -*- 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 119314 2014-04-22 20:55:09Z mojca@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
perl5.setup         HTML-Parser 3.71
license             {Artistic GPL}
maintainers         nomaintainer
description         HTML parsing and extraction modules
long_description    This is a collection of modules that parse and \
                    extract information from HTML documents.

checksums           rmd160  d8ed9bba0f0d418cc3891b3b485d617f988facbb \
                    sha256  be918b3749d3ff93627f72ee4b825683332ecb4c81c67a3a8d72b0435ffbd802

platforms           darwin

if {${perl5.major} != ""} {
depends_lib-append  port:p${perl5.major}-html-tagset
}
