aboutsummaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
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.
+====