I've written a Python program which I'd like to distribute as a
FreeBSD port (http://www.tundraware.com/Software/twander/).
At the moment, the port Makefile contains:
USE_PYTHON = yes
But I really want something more specific. Two questions:
1) Is there a way to specify that I need Python 2.2 *or later* - I don't
want to have to update the port every time there is a Python update,
but the program will not run with versions of Python prior to 2.2.
2) In a similar vein, how do I specify that the program depends on
py-tkinter versions 2.2 *or later*?
TIA,
---------------------------------------------------------------------------
Tim Daneliuk