diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-27 23:47:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-27 23:47:48 +0800 |
commit | c6446008493a988b2edbb721450f6042efcc391e (patch) | |
tree | 59e9b382715d2859c09629d8a8ffc56040426ed6 /devel/Makefile | |
parent | b8af3e3945a12a4ab1e7269718cf2468924e4a74 (diff) | |
download | freebsd-ports-gnome-c6446008493a988b2edbb721450f6042efcc391e.tar.gz freebsd-ports-gnome-c6446008493a988b2edbb721450f6042efcc391e.tar.zst freebsd-ports-gnome-c6446008493a988b2edbb721450f6042efcc391e.zip |
ez_xml is a XML template generator that compiles a XML template file into a
Python module. Programmers feed data to a template module to generate a
respective XML document. ez_xml provides concise functions, no complex
flow-control instructions.
WWW: https://opensvn.csie.org/traccgi/PumperWeb/wiki/ez_xml
PR: ports/110927
Submitted by: Thinker K.F. Li <thinker at branda.to>
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 f5be3552218c..0f7367c8d65d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1784,6 +1784,7 @@ SUBDIR += py-elementtree SUBDIR += py-epsilon SUBDIR += py-event + SUBDIR += py-ez_xml SUBDIR += py-ezpyinline SUBDIR += py-fam SUBDIR += py-fileutils |