diff options
Diffstat (limited to 'devel/py-ez_xml/Makefile')
-rw-r--r-- | devel/py-ez_xml/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/py-ez_xml/Makefile b/devel/py-ez_xml/Makefile deleted file mode 100644 index 4cdee6b27abf..000000000000 --- a/devel/py-ez_xml/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: Thinker K.F. Li <thinker@branda.to> -# $FreeBSD$ - -PORTNAME= ez_xml -PORTVERSION= 0.1.3 -CATEGORIES= devel textproc python -MASTER_SITES= http://master.branda.to/downloads/ez_xml/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ez_xml compiles a XML template file into a Python module - -DEPRECATED= No more upstream, no more public distfiles -EXPIRATION_DATE= 2013-02-27 - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pythk/__init__.py:${PORTSDIR}/devel/pythk - -USE_PYTHON= yes -USE_PYDISTUTILS=yes - -.include <bsd.port.mk> |