and installation of Python in the users HOME. pythonbrew is inspired by perlbrew and rvm. WWW: https://github.com/utahta/pythonbrew PR: ports/157842 Submitted by: Lung-Pin Chang <changlp at cs.nctu.edu.tw>
22 lines
461 B
Makefile
22 lines
461 B
Makefile
# New ports collection makefile for: py-pythonbrew
|
|
# Date created: 2011-06-13
|
|
# Whom: Lung-Pin Chang <changlp@cs.nctu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pythonbrew
|
|
PORTVERSION= 0.7.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= changlp@cs.nctu.edu.tw
|
|
COMMENT= Python Environment manager
|
|
|
|
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|