mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
27 lines
483 B
Makefile
27 lines
483 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
|
|
|
|
USE_GNOME= pygtk2
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
NO_STAGE= 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>
|