freebsd-ports/devel/py-pythonbrew/Makefile
Martin Wilke e5d96d01d8 pythonbrew is a program to automate the building
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>
2011-06-25 08:40:59 +00:00

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>