diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-03 01:07:27 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-03 01:07:27 +0000 |
commit | 4434c0d0e910a78f619e5edf9854a7ad0b76fa7d (patch) | |
tree | 3941e8660da6ea3b04b1027910c5f22064885549 /devel/Makefile | |
parent | New port: www/pear-APC - Alternative PHP Cache. (diff) |
New port: PEAR template API
The Isotemplate API is somewhat tricky for a beginner
although it is the best one you can build. template::parse()
[phplib template = Isotemplate] requests you to name a
source and a target where the current block gets parsed
into. Source and target can be block names or even handler
names.
PR: ports/56304
Submitted by: Alex Miller <asm@asm.kiev.ua>
Notes
Notes:
svn path=/head/; revision=88391
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 c6fee0aca2de..4ef64a112285 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -800,6 +800,7 @@ SUBDIR += pear-Date SUBDIR += pear-HTML_Common SUBDIR += pear-HTML_Select_Common + SUBDIR += pear-HTML_Template_IT SUBDIR += pear-I18N SUBDIR += pear-PEAR SUBDIR += pedisassem |