freebsd-ports/textproc/py-xmltools/Makefile
Tilman Keskinoz 59f0f46082 Fix dependency. Since several years xpath is part of pyxml.
This avoids depending on two different versions of python.
2010-08-25 15:54:30 +00:00

30 lines
552 B
Makefile

# ex:ts=8
# Ports collection Makefile for: xmltools
# Date created: Jan 4, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xmltools
PORTVERSION= 1.4.0
PORTREVISION= 7
CATEGORIES= textproc python
MASTER_SITES= LOGILAB
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= High level XML tools for Python
USE_GNOME= pygtk2
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.pre.mk>
RUN_DEPENDS= ${PYXML}
post-patch:
${REINPLACE_CMD} 's/from.*import.*nested_scopes//' ${WRKSRC}/setup.py
.include <bsd.port.post.mk>