# -*- 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$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup HTML-Strip 2.10 license {Artistic-1 GPL} maintainers nomaintainer description Perl extension for stripping HTML markup from text. long_description This module simply strips HTML-like markup from text \ in a very quick and brutal manner. It could quite \ easily be used to strip XML or SGML from text as \ well\; but removing HTML markup is a much more common \ problem, hence this module lives in the \ HTML::namespace. platforms darwin checksums rmd160 7f44813a6a45f4404de2628fe6a22a6ad804c44a \ sha256 2af30a61f1ecc0bea983043c8078e48380ccb0319388a74483e09aa782f1ccfa if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-test-exception }