2021-09-27 17:28:07 +02:00
|
|
|
PORTNAME= asyncmy
|
2022-04-16 05:57:02 +02:00
|
|
|
PORTVERSION= 0.2.5
|
2021-09-27 17:28:07 +02:00
|
|
|
CATEGORIES= databases python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Fast asyncio MySQL driver
|
|
|
|
|
|
|
|
LICENSE= APACHE20
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
USES= python:3.7+
|
|
|
|
USE_PYTHON= autoplist concurrent cython distutils
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|