aboutsummaryrefslogtreecommitdiffstats
path: root/devel/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-11-23 04:48:56 +0800
committerpav <pav@FreeBSD.org>2005-11-23 04:48:56 +0800
commite065a3b117418c8bd1801624c1da677b6ac5f5fd (patch)
tree192eee640a91f9146572452c6d8d625d4b5193e5 /devel/Makefile
parent631f3361cfad8ced775692523d30773a6e733129 (diff)
downloadfreebsd-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/Makefile1
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