diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-09-26 04:24:56 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-09-26 04:24:56 +0000 |
commit | a51136bd605342937400bcc6ec8a1620c9396e35 (patch) | |
tree | 58b96431fcb3a46f09537cde9d60d3961974f5d9 /lang/python | |
parent | 891753ec5cc0f53ed52d8766248ea226c200ba0f (diff) | |
download | ports-a51136bd605342937400bcc6ec8a1620c9396e35.tar.gz ports-a51136bd605342937400bcc6ec8a1620c9396e35.zip |
Notes
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/Makefile | 2 | ||||
-rw-r--r-- | lang/python/pkg-message | 12 |
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. +==== |