diff options
author | miwi <miwi@FreeBSD.org> | 2007-08-23 22:44:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-08-23 22:44:05 +0800 |
commit | 9397229a4cf4e1808b97f24decd646e59110b6ab (patch) | |
tree | 3c7f1af7cff49120aa3a6957e5e1a6a95de8fa5c /devel/Makefile | |
parent | 816f124083e06c529b519d523b86957a41f53089 (diff) | |
download | freebsd-ports-graphics-9397229a4cf4e1808b97f24decd646e59110b6ab.tar.gz freebsd-ports-graphics-9397229a4cf4e1808b97f24decd646e59110b6ab.tar.zst freebsd-ports-graphics-9397229a4cf4e1808b97f24decd646e59110b6ab.zip |
The bbcode extension is a quick and efficient BBCode Parsing Library.
It provides various tag types, high speed one pass parsing, callback
system and tag position restriction.
WWW: http://pecl.php.net/package/bbcode/
PR: ports/115238
Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index b0703818dd0..f54279fca24 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1750,6 +1750,7 @@ SUBDIR += pear-XML_Util SUBDIR += pear-XML_XPath SUBDIR += pear-apd + SUBDIR += pecl-bbcode SUBDIR += pecl-bcompiler SUBDIR += pecl-expect SUBDIR += pecl-hidef |