diff options
Diffstat (limited to 'databases/py-mysql-connector-python/Makefile')
-rw-r--r-- | databases/py-mysql-connector-python/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/py-mysql-connector-python/Makefile b/databases/py-mysql-connector-python/Makefile index 1d4014fafe8f..f17bd20c3cea 100644 --- a/databases/py-mysql-connector-python/Makefile +++ b/databases/py-mysql-connector-python/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mysql-connector-python -PORTVERSION= 8.0.20 +PORTVERSION= 8.0.21 CATEGORIES= databases python MASTER_SITES= MYSQL/Connector-Python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,4 +22,7 @@ NO_ARCH= yes PYDISTUTILS_INSTALLARGS:= ${PYDISTUTILS_INSTALLARGS:N--single-version-externally-managed} +do-test: + @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ./unittests.py) + .include <bsd.port.post.mk> |