28 lines
506 B
Makefile
28 lines
506 B
Makefile
|
COMMENT= MySQL driver in pure Python
|
||
|
|
||
|
MODPY_EGG_VERSION= 1.1.0
|
||
|
|
||
|
DISTNAME= PyMySQL-${MODPY_EGG_VERSION}
|
||
|
PKGNAME= py-${DISTNAME:L}
|
||
|
|
||
|
CATEGORIES= databases
|
||
|
|
||
|
HOMEPAGE= https://github.com/PyMySQL/PyMySQL/
|
||
|
|
||
|
# MIT
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODULES= lang/python
|
||
|
|
||
|
MODPY_PI= Yes
|
||
|
MODPY_PYBUILD= setuptools
|
||
|
|
||
|
FLAVORS= python3
|
||
|
FLAVOR= python3
|
||
|
|
||
|
# only tests specific newer auth methods, one of which we don't have deps
|
||
|
# for, and doesn't seem to fit the mariadb.port.mk framework too well
|
||
|
NO_TEST= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|