Changeset View
Changeset View
Standalone View
Standalone View
databases/py-sqlalchemy06/Makefile
| Show All 12 Lines | |||||
| COMMENT= Python SQL toolkit and Object Relational Mapper (series 0.6) | COMMENT= Python SQL toolkit and Object Relational Mapper (series 0.6) | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| # Python3 ready | # Python3 ready | ||||
| USES= python | USES= python | ||||
| USE_PYTHON= distutils autoplist | USE_PYTHON= distutils autoplist | ||||
| # bypass infrastructure bug | |||||
| OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options | |||||
| OPTIONS_DEFINE= CEXTENSIONS DOCS EXAMPLES NOSE | OPTIONS_DEFINE= CEXTENSIONS DOCS EXAMPLES NOSE | ||||
| OPTIONS_MULTI= BACKEND | OPTIONS_MULTI= BACKEND | ||||
| OPTIONS_MULTI_BACKEND= MSSQL MYSQL PGSQL SQLITE SYBASE | OPTIONS_MULTI_BACKEND= MSSQL MYSQL PGSQL SQLITE SYBASE | ||||
| OPTIONS_DEFAULT= MYSQL PGSQL SQLITE | OPTIONS_DEFAULT= MYSQL PGSQL SQLITE | ||||
| CEXTENSIONS_DESC= C extension to speed up the SQL layer | CEXTENSIONS_DESC= C extension to speed up the SQL layer | ||||
| ▲ Show 20 Lines • Show All 70 Lines • Show Last 20 Lines | |||||