mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
24 lines
486 B
Makefile
24 lines
486 B
Makefile
# New ports collection makefile for: virtualenv-clone
|
|
# Date created: 2012-06-30
|
|
# Whom: 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
|
|
|
|
.include <bsd.port.mk>
|