You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
931 B
Tcl
25 lines
931 B
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup perl5 1.0
|
|
|
|
perl5.branches 5.28 5.30 5.32 5.34
|
|
perl5.setup HTML-Lint 2.32 ../by-authors/id/P/PE/PETDANCE/
|
|
platforms {darwin any}
|
|
license Artistic-2
|
|
maintainers ryandesign openmaintainer
|
|
description a pure-Perl HTML parser and checker for syntactic legitmacy
|
|
long_description HTML::Lint is {*}${description}.
|
|
|
|
checksums rmd160 6e0c58ee5421213059f151475e18055cd6a4ecfa \
|
|
sha256 798dc4b64d46aedb2acf233b09e48fb1c24f25274adfdd888ce7b1ee6e176052 \
|
|
size 30735
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_lib-append \
|
|
port:p${perl5.major}-html-parser \
|
|
port:p${perl5.major}-libwww-perl
|
|
|
|
supported_archs noarch
|
|
}
|