diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-08 02:13:02 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-08 02:13:02 +0000 |
commit | a804e7d6c4732e644147de61bc24c5796ae50e79 (patch) | |
tree | 6eec1d0f4976b001bce3aa247be4395c594834f4 /devel/Makefile | |
parent | Update to 0.9.9 (diff) |
New port: PEAR template API ported from PHPLIB
The popular Template system from PHPLIB ported to PEAR. It
has some features that can't be found currently in the
original version like fallback paths. It has minor improvements
and cleanup in the code as well as some speed improvements.
PR: ports/56443
Submitted by: Alex Miller <asm@asm.kiev.ua>
Notes
Notes:
svn path=/head/; revision=88717
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 0c9de4854a9c..109784a96dd9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -800,6 +800,7 @@ SUBDIR += pear-HTML_Common SUBDIR += pear-HTML_Select_Common SUBDIR += pear-HTML_Template_IT + SUBDIR += pear-HTML_Template_PHPLIB SUBDIR += pear-I18N SUBDIR += pear-PEAR SUBDIR += pear-XML_Parser |