diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-26 07:52:00 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-26 07:52:00 +0000 |
commit | f50693c67ad9222c88cd411bffb92b33736ae34e (patch) | |
tree | f3148378e8cd51f30c8a0a2f102a2b26d97de0a0 /devel/py-mxTools/files/Setup | |
parent | Distfile changed w/o a change in name. (diff) |
New port py-mxTools, a collection of new builtins for Python.
Notes
Notes:
svn path=/head/; revision=19007
Diffstat (limited to 'devel/py-mxTools/files/Setup')
-rw-r--r-- | devel/py-mxTools/files/Setup | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/py-mxTools/files/Setup b/devel/py-mxTools/files/Setup new file mode 100644 index 000000000000..19f98b4df6c8 --- /dev/null +++ b/devel/py-mxTools/files/Setup @@ -0,0 +1,13 @@ +# Build extensions shared: +*shared* +# + +# +# mxTools module +# +mxTools mxTools.c + +# +# xmap module (provided by Christopher Tavares <tavares@connix.com>) +# +xmap xmap.c |