diff options
author | mm <mm@FreeBSD.org> | 2011-07-08 02:48:40 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-07-08 02:48:40 +0800 |
commit | 9ddf3d18531a21a75ba9d9a8f482c0ac245ed73a (patch) | |
tree | bce6579740e3adb904e4d0cffd4d48185a9d6aaf /textproc/Makefile | |
parent | 920443db68a91be85b2b643929f5aadde60e3edf (diff) | |
download | freebsd-ports-gnome-9ddf3d18531a21a75ba9d9a8f482c0ac245ed73a.tar.gz freebsd-ports-gnome-9ddf3d18531a21a75ba9d9a8f482c0ac245ed73a.tar.zst freebsd-ports-gnome-9ddf3d18531a21a75ba9d9a8f482c0ac245ed73a.zip |
The Horde_Text_Filter_Csstidy:: class provides the PHP-based library needed
to perform optimization/compression on CSS code. It is provided in a separate
package as the code is under the GPLv2 license instead of the LGPLv2 license
used for the Text_Filter class.
WWW: http://pear.horde.org
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 1ffe434532b4..d60c1aaff6a7 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -953,6 +953,7 @@ SUBDIR += pear-File_Fortune SUBDIR += pear-File_MARC SUBDIR += pear-Horde_Text_Filter + SUBDIR += pear-Horde_Text_Filter_Csstidy SUBDIR += pear-Numbers_Roman SUBDIR += pear-Numbers_Words SUBDIR += pear-Spreadsheet_Excel_Writer |