summaryrefslogtreecommitdiff
path: root/lang/python
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/python
parent- Security Fix in PAM handling (diff)
Add notes about separated standard modules.
Notes
Notes: svn path=/head/; revision=89408
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/Makefile2
-rw-r--r--lang/python/pkg-message12
2 files changed, 14 insertions, 0 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile
index 386618c09faf..6abf5a004344 100644
--- a/lang/python/Makefile
+++ b/lang/python/Makefile
@@ -142,4 +142,6 @@ post-install:
(cd ${DEMODIR}; tar xf -)
.endif
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.post.mk>
diff --git a/lang/python/pkg-message b/lang/python/pkg-message
new file mode 100644
index 000000000000..a75f7501aa54
--- /dev/null
+++ b/lang/python/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.
+====