opnsense-ports/databases/py-mysql-connector-python/Makefile
Franco Fichtner 70c668d973 */*: sync with upstream
Taken from: HardenedBSD
2019-08-02 08:50:20 +02:00

22 lines
465 B
Makefile

# $FreeBSD$
PORTNAME= mysql-connector-python
PORTVERSION= 8.0.17
CATEGORIES= databases python
MASTER_SITES= MYSQL/Connector-Python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bofh@FreeBSD.org
COMMENT= MySQL driver written in Python
LICENSE= GPLv2
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.pre.mk>
PYDISTUTILS_INSTALLARGS:= ${PYDISTUTILS_INSTALLARGS:N--single-version-externally-managed}
.include <bsd.port.post.mk>