mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
20 lines
418 B
Makefile
20 lines
418 B
Makefile
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= virtualenv-clone
|
|
PORTVERSION= 0.2.4
|
|
#PORTREVISION= 0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Python virtualenv cloning script
|
|
|
|
# Python3 ready
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= virtualenv_clone
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|