aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-08 02:13:02 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-08 02:13:02 +0000
commita804e7d6c4732e644147de61bc24c5796ae50e79 (patch)
tree6eec1d0f4976b001bce3aa247be4395c594834f4 /devel/Makefile
parent69a27faf05541053c1f8847c124f0d789e026b54 (diff)
downloadports-a804e7d6c4732e644147de61bc24c5796ae50e79.tar.gz
ports-a804e7d6c4732e644147de61bc24c5796ae50e79.zip
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/Makefile1
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