diff options
author | wen <wen@FreeBSD.org> | 2011-11-11 16:08:27 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-11-11 16:08:27 +0800 |
commit | dc811e536863caab76d425086b70861a1a1d675e (patch) | |
tree | b7225d436e033dc52798baca9da215adf8745777 /textproc/Makefile | |
parent | af1321aa491c40328e0eb9eed562bbe2f7e7e6cd (diff) | |
download | freebsd-ports-graphics-dc811e536863caab76d425086b70861a1a1d675e.tar.gz freebsd-ports-graphics-dc811e536863caab76d425086b70861a1a1d675e.tar.zst freebsd-ports-graphics-dc811e536863caab76d425086b70861a1a1d675e.zip |
The Zope3 Template Attribute Languate (TAL) specifies the custom
namespace and attributes which are used by the Zope Page Templates
renderer to inject dynamic markup into a page. It also includes
the Macro Expansion for TAL (METAL) macro language used in page
assembly.
WWW: http://pypi.python.org/pypi/zope.tal
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github)
Feature safe: yes
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 196e294a91b..b1ab805688d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1133,6 +1133,7 @@ SUBDIR += py-xmltools SUBDIR += py-xmltv SUBDIR += py-zope.i18nmessageid + SUBDIR += py-zope.tal SUBDIR += py-zpt SUBDIR += py2html SUBDIR += pybook |