freebsd-ports/textproc/py-xmltools/Makefile
Baptiste Daroussin ae09e56532 LOGILAB mirrors are gone
Mark broken ports only using LOGILAB mirror
2015-03-30 22:48:43 +00:00

24 lines
461 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= xmltools
PORTVERSION= 1.4.0
PORTREVISION= 8
CATEGORIES= textproc python
MASTER_SITES= LOGILAB
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= High level XML tools for Python
BROKEN= LOGILAB has gone
RUN_DEPENDS= ${PYXML}
USE_GNOME= pygtk2
USES= python
USE_PYTHON= distutils
post-patch:
${REINPLACE_CMD} 's/from.*import.*nested_scopes//' ${WRKSRC}/setup.py
.include <bsd.port.mk>