ports/devel/py-virtualenv-clone/Makefile
Nicola Vitale 348fa98e2e - Update to 0.4.0
- Pet portlint
2018-12-01 10:32:52 +00:00

22 lines
405 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= virtualenv-clone
PORTVERSION= 0.4.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
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>