From d7be18198b2df9a00c738ab6e153521b45e11aef Mon Sep 17 00:00:00 2001 From: lwhsu Date: Sat, 12 Nov 2011 15:14:26 +0000 Subject: - Extend python compatibility to 2.7 PR: ports/162417 Submitted by: olgeni Feature safe: yes --- devel/py-freebsd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/py-freebsd/Makefile b/devel/py-freebsd/Makefile index 86f52f6ebd64..b533b1679c17 100644 --- a/devel/py-freebsd/Makefile +++ b/devel/py-freebsd/Makefile @@ -7,7 +7,7 @@ PORTNAME= freebsd PORTVERSION= 0.9.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://people.freebsd.org/~perky/distfiles/ @@ -18,7 +18,7 @@ DISTNAME= py-freebsd-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Python interface to FreeBSD-specific system libraries -USE_PYTHON= 2.5-2.6 +USE_PYTHON= 2.5-2.7 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= py-freebsd -- cgit