diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2008-07-29 03:00:24 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2008-07-29 03:00:24 +0800 |
commit | 164057a4b4c5962a2ef9dd9ae74627ed4b77bece (patch) | |
tree | c90e40995a80e37f63763f05a09252f42ff69d6f /textproc/Makefile | |
parent | eeb50fe9af30108b578daa78ea1479dce4c7a6ea (diff) | |
download | freebsd-ports-gnome-164057a4b4c5962a2ef9dd9ae74627ed4b77bece.tar.gz freebsd-ports-gnome-164057a4b4c5962a2ef9dd9ae74627ed4b77bece.tar.zst freebsd-ports-gnome-164057a4b4c5962a2ef9dd9ae74627ed4b77bece.zip |
HTML::RewriteAttributes is designed for simple yet powerful HTML
attribute rewriting. You simply specify a callback to run for each
attribute and we do the rest for you. This module is designed to
be subclassable to make handling special cases eaiser.
WWW: http://search.cpan.org/dist/HTML-RewriteAttributes/
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b57adced82a3..95ac2c5927d5 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -394,6 +394,7 @@ SUBDIR += p5-HTML-Format SUBDIR += p5-HTML-FormatText-WithLinks SUBDIR += p5-HTML-Fraction + SUBDIR += p5-HTML-RewriteAttributes SUBDIR += p5-HTML-SBC SUBDIR += p5-HTML-TagFilter SUBDIR += p5-HTML-Tidy |