diff options
author | pav <pav@FreeBSD.org> | 2005-11-23 04:48:56 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-23 04:48:56 +0800 |
commit | e065a3b117418c8bd1801624c1da677b6ac5f5fd (patch) | |
tree | 192eee640a91f9146572452c6d8d625d4b5193e5 /devel/Makefile | |
parent | 631f3361cfad8ced775692523d30773a6e733129 (diff) | |
download | freebsd-ports-gnome-e065a3b117418c8bd1801624c1da677b6ac5f5fd.tar.gz freebsd-ports-gnome-e065a3b117418c8bd1801624c1da677b6ac5f5fd.tar.zst freebsd-ports-gnome-e065a3b117418c8bd1801624c1da677b6ac5f5fd.zip |
Setuptools is a collection of enhancements to the Python distutils (for Python
2.3.5 and up on most platforms; 64-bit platforms require a minimum of Python
2.4) that allow you to more easily build and distribute Python packages,
especially ones that have dependencies on other packages.
PR: ports/89352
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
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 1603f0f8812b..d7f21c01b281 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1407,6 +1407,7 @@ SUBDIR += py-ro SUBDIR += py-roxlib SUBDIR += py-sendfile + SUBDIR += py-setuptools SUBDIR += py-simpleparse SUBDIR += py-simpy SUBDIR += py-sip |