diff options
author | miwi <miwi@FreeBSD.org> | 2011-06-25 16:40:59 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-06-25 16:40:59 +0800 |
commit | 602aaca3635cf28bdb8fe5af325576e29299e8c0 (patch) | |
tree | 97ad00a8d89ee138ffd685200a08c7a41976b228 /devel/Makefile | |
parent | c83e2ae170e898d2ec863f7218311afd5a3e6540 (diff) | |
download | freebsd-ports-gnome-602aaca3635cf28bdb8fe5af325576e29299e8c0.tar.gz freebsd-ports-gnome-602aaca3635cf28bdb8fe5af325576e29299e8c0.tar.zst freebsd-ports-gnome-602aaca3635cf28bdb8fe5af325576e29299e8c0.zip |
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>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index de4d16069026..a5178c9d528f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2973,6 +2973,7 @@ SUBDIR += py-pyro SUBDIR += py-pyshapelib SUBDIR += py-pytemplate + SUBDIR += py-pythonbrew SUBDIR += py-pytz SUBDIR += py-pyutil SUBDIR += py-pyzmq |