2002-01-03 20:33:53 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection Makefile for: xmltools
|
|
|
|
# Date created: Jan 4, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xmltools
|
2005-05-31 13:09:03 +02:00
|
|
|
PORTVERSION= 1.4.0
|
2010-08-25 17:54:30 +02:00
|
|
|
PORTREVISION= 7
|
2002-01-03 20:33:53 +01:00
|
|
|
CATEGORIES= textproc python
|
2009-08-31 20:37:02 +02:00
|
|
|
MASTER_SITES= LOGILAB
|
2002-01-03 20:33:53 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-05-31 13:09:03 +02:00
|
|
|
COMMENT= High level XML tools for Python
|
2002-01-03 20:33:53 +01:00
|
|
|
|
2005-05-31 13:09:03 +02:00
|
|
|
USE_GNOME= pygtk2
|
2002-01-03 21:04:23 +01:00
|
|
|
USE_PYTHON= yes
|
2002-04-29 21:08:55 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2002-01-03 21:04:23 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2010-08-25 17:54:30 +02:00
|
|
|
RUN_DEPENDS= ${PYXML}
|
2002-01-03 20:33:53 +01:00
|
|
|
|
2007-07-30 11:42:28 +02:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} 's/from.*import.*nested_scopes//' ${WRKSRC}/setup.py
|
|
|
|
|
2002-01-03 21:04:23 +01:00
|
|
|
.include <bsd.port.post.mk>
|