1682c6507d
by the infrastructure. Mark a couple more packages as not ready for python-3.x.
20 lines
590 B
Makefile
20 lines
590 B
Makefile
# $NetBSD: Makefile,v 1.34 2016/08/28 15:48:31 wiz Exp $
|
|
|
|
DISTNAME= virtualenv-15.0.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=v/virtualenv/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://pypi.python.org/pypi/virtualenv
|
|
COMMENT= Virtual Python Environment builder
|
|
LICENSE= mit
|
|
|
|
REPLACE_PYTHON= virtualenv.py
|
|
|
|
post-install:
|
|
${MV} ${DESTDIR}${PREFIX}/bin/virtualenv ${DESTDIR}${PREFIX}/bin/virtualenv-${PYVERSSUFFIX}
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|