From d2dc11421d8349db5c381a41acc5e88e656991ab Mon Sep 17 00:00:00 2001 From: miwi Date: Sat, 25 Jun 2011 06:42:19 +0000 Subject: - Update to 2.3 PR: 155720 Submitted by: Andrei Antoukh Approved by: maintainer --- devel/py-lxml/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'devel/py-lxml/Makefile') diff --git a/devel/py-lxml/Makefile b/devel/py-lxml/Makefile index 658ebddd23e8..c0d863f5333c 100644 --- a/devel/py-lxml/Makefile +++ b/devel/py-lxml/Makefile @@ -1,12 +1,11 @@ -# Ports collection makefile for: py-lxml +# Ports collection makefile for: py-lxml # Date created: Feb 18, 2007 -# Whom: Robert Gogolok +# Whom: Robert Gogolok # # $FreeBSD$ -# PORTNAME= lxml -PORTVERSION= 2.2.7 +PORTVERSION= 2.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +16,7 @@ COMMENT= Pythonic binding for the libxml2 and libxslt libraries LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ xslt.2:${PORTSDIR}/textproc/libxslt -USE_PYTHON= yes +USE_PYTHON= 2.6+ USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes -- cgit