ports/devel/py-virtualenv-clone/Makefile
Sunpoet Po-Chuan Hsieh 55f22e172a Update to 0.3.0
- Allow concurrent installation (USE_PYTHON=concurrent)
- Add NO_ARCH

Changes:	https://github.com/edwardgeorge/virtualenv-clone/blob/master/changelog.md
PR:		226774
Submitted by:	sunpoet (myself)
Approved by:	nivit (maintainer)
2018-03-23 16:45:55 +00:00

20 lines
403 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= virtualenv-clone
PORTVERSION= 0.3.0
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Python virtualenv cloning script
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>