Files
ports/databases/pythoncego/Makefile
T
Björn Lemke e89748e0ca databases/pythoncego: New port
The Cego Python driver enables Python programs to access cego databases,
using an API which is compliant with the Python DB API 2.0 (PEP-249).
It is written in C and uses the Cego C wrapper client library for
client server communication.

This implementation is derived from the MariaDB Connector written
by Georg Richter.
2024-06-30 11:43:56 +02:00

20 lines
383 B
Makefile

PORTNAME= pythoncego
PORTVERSION= 1.0.1
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= pi@FreeBSD.org
COMMENT= Cego database support for Python
WWW= https://www.lemke-it.com/
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcego.so:databases/cego
USES= python
USE_PYTHON= autoplist concurrent distutils pytest
.include <bsd.port.mk>