permit to build with Python 3.

ok Wen Heping (maintainer).
This commit is contained in:
rpointel 2011-12-16 08:23:49 +00:00
parent a5a3e49c21
commit e223a90198

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.7 2011/09/16 09:24:55 espie Exp $
# $OpenBSD: Makefile,v 1.8 2011/12/16 08:23:49 rpointel Exp $
COMMENT = Python easy_install replacement
MODPY_EGG_VERSION = 1.0.2
DISTNAME = pip-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION= 0
REVISION= 1
CATEGORIES = devel
MAINTAINER = Wen Heping <wenheping@gmail.com>
@ -24,4 +24,7 @@ MODULES = lang/python
MODPY_SETUPTOOLS = Yes
NO_REGRESS = Yes
FLAVORS = python3
FLAVOR ?=
.include <bsd.port.mk>