freebsd-ports/devel/py-ez_xml/Makefile
Martin Wilke 9fdb2b8a4b 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>
2007-03-27 15:47:48 +00:00

22 lines
538 B
Makefile

# New ports collection makefile for: py-ez_xml
# Date created: 2007-03-27
# Whom: Thinker K.F. Li <thinker@branda.to>
#
# $FreeBSD$
#
PORTNAME= ez_xml
PORTVERSION= 0.1.3
CATEGORIES= devel textproc
MASTER_SITES= http://master.branda.to/downloads/ez_xml/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= thinker@seeker.branda.to
COMMENT= Ez_xml compiles a XML template file into a Python module
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pythk/__init__.py:${PORTSDIR}/devel/pythk
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>