- Restrict Python version to 2.5+ to avoid syntax error with Python 2.4

PR:		ports/149276
Submitted by:	glarkin
Approved by:	wen (via email)
This commit is contained in:
Greg Larkin 2010-08-18 14:14:42 +00:00
parent a650069f05
commit 5395d4142c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259508

View file

@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= A dead-simple Object-XML mapper for Python
USE_PYTHON= yes
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>