diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-03 09:07:27 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-03 09:07:27 +0800 |
commit | a6646b4b7bbb36da96634d8244261d61b36cafd6 (patch) | |
tree | 4bbcd74bb4ed8a7b10070329bf99ccbe98a5b9c7 /devel/Makefile | |
parent | f25da5cbeab9b4aaa9bb8c5c9e34dc8570351e23 (diff) | |
download | freebsd-ports-gnome-a6646b4b7bbb36da96634d8244261d61b36cafd6.tar.gz freebsd-ports-gnome-a6646b4b7bbb36da96634d8244261d61b36cafd6.tar.zst freebsd-ports-gnome-a6646b4b7bbb36da96634d8244261d61b36cafd6.zip |
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>
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 |