# -*- 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 91612 2012-04-07 00:23:55Z ryandesign@macports.org $

PortSystem                  1.0
PortGroup                   perl5 1.0

perl5.setup                 HTML-Lint 2.20 ../by-authors/id/P/PE/PETDANCE/
platforms                   darwin
maintainers                 ryandesign openmaintainer
description                 a pure-Perl HTML parser and checker for syntactic legitmacy
long_description            HTML::Lint is ${description}.

checksums                   rmd160  765b6a49216df7862baf2af4507f101399f5382d \
                            sha256  934b47cf05a5b4375758c77304e018d1784c7524aee11956ccc88145adc47997

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

supported_archs             noarch

livecheck.type              none
}
