summaryrefslogtreecommitdiffstats
path: root/Mk/bsd.python.mk
Commit message (Collapse)AuthorAgeFilesLines
* Use a variable for PYTHON_PORTVERSION.tg2001-08-031-3/+4
|
* Upgrade to 2.1.1.tg2001-07-251-3/+3
|
* Upgrade to 2.0.1.tg2001-07-051-3/+3
|
* Python-2.1 is the new default version.tg2001-05-021-6/+21
|
* I don't know offhand how to delay defining PYTHON_PLATFORM untiltg2001-04-041-1/+4
| | | | | | | the dependencies are evaluated and $PYTHON_CMD will surely exist, so I fake it with the help of expr(1), $OPSYS and $OSREL. PR: 26318
* New variable PYTHON_PLATFORM, which contains Python's idea oftg2001-04-031-2/+5
| | | | the platform it's running on.
* Add back some definitions for Python-1.6. Some people obviously stilltg2001-03-011-1/+16
| | | | use it.
* Fix stupid typo (wrong path in py-xml dependency). <:-(tg2000-11-201-2/+2
|
* Depend on the latest and greatest py-xml package.tg2000-11-161-1/+1
|
* Python 2.0 is the new default version. 1.6 is history.tg2000-10-181-21/+14
| | | | | New variable PYTHON_INCLUDEDIR = ${LOCALBASE}/include/${PYTHON_VERSION}. Suggested by sobomax.
* Use Python 2.0c1.tg2000-10-101-3/+3
|
* - Upgrade version number for Python 2.0b2.tg2000-09-281-11/+29
| | | | | | | - Use full path for PYTHON_CMD - Add PYTHON_PKGNAMEPREFIX - Add PYTHON_REL - Prevent against multiple inclusion
* Fix PYXML dependency line.tg2000-09-121-4/+10
| | | | Add PYTHON_REL, which gives the version as a number, not a string.
* Add bsd.python.mk. This file contains definitions which hopefullytg2000-09-081-0/+113
make dealing with Python-related ports easier. This needs to be activated from bsd.ports.mk; Satoshi will do that later. Approved by: asami
OpenPOWER on IntegriCloud