summaryrefslogtreecommitdiff
path: root/lang/python23/pkg-message
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-09-26 04:24:56 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-09-26 04:24:56 +0000
commita51136bd605342937400bcc6ec8a1620c9396e35 (patch)
tree58b96431fcb3a46f09537cde9d60d3961974f5d9 /lang/python23/pkg-message
parent- Security Fix in PAM handling (diff)
Add notes about separated standard modules.
Diffstat (limited to 'lang/python23/pkg-message')
-rw-r--r--lang/python23/pkg-message12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/python23/pkg-message b/lang/python23/pkg-message
new file mode 100644
index 000000000000..a75f7501aa54
--- /dev/null
+++ b/lang/python23/pkg-message
@@ -0,0 +1,12 @@
+====
+Note that some of the standard modules are provided as separate
+ports since they require extra dependencies:
+
+bsddb databases/py-bsddb
+gdbm databases/py-gdbm
+mpz math/py-mpz
+pyexpat textproc/py-expat
+tkinter x11-toolkits/py-tkinter
+
+Install them as occasion demands.
+====