diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2007-04-05 12:54:18 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2007-04-05 12:54:18 +0000 |
commit | 27e9ea2dbb86d660e680e5e018f2382754feb9df (patch) | |
tree | 44598a12292789af113a8ac6a302aa7e32909557 /textproc/Makefile | |
parent | 8926ff3d5007512d298d5a1de618309b67deec9f (diff) |
Add textproc/p5-HTML-SBC 0.15.
Simple Blog Code is a simple markup language. You can use it for guest
books, blogs, wikis, boards and various other web applications. It
produces valid and semantic (X)HTML from input and is patterned on that
tiny usenet markups like *bold* and _underline_.
Notes
Notes:
svn path=/head/; revision=189285
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 cb15306dadee..2dbc70c0b20c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -357,6 +357,7 @@ SUBDIR += p5-HTML-EscapeEvil SUBDIR += p5-HTML-Format SUBDIR += p5-HTML-Fraction + SUBDIR += p5-HTML-SBC SUBDIR += p5-HTML-TagFilter SUBDIR += p5-HTML-Tidy SUBDIR += p5-HTML-Truncate |