opnsense-ports/databases/py-mysql-connector-python/Makefile
Franco Fichtner 3afa5ed9b2 */*: sync with upstream
Taken from: HardenedBSD
2019-10-29 08:37:35 +01:00

22 lines
465 B
Makefile

# $FreeBSD$
PORTNAME= mysql-connector-python
PORTVERSION= 8.0.18
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>