# -*- 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.16 5.18 5.20 5.22 perl5.setup HTML-Strip 2.09 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 53eed91a8ce6e5624a8159b757854f29deeb2d2a \ sha256 3f310370d0a677d17ca539508afb054be869b68acaec9aea239a057aa04d81d7 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-test-exception \ port:p${perl5.major}-test-simple }