opnsense-ports/databases/py-firebirdsql/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

17 lines
365 B
Makefile

PORTNAME= firebirdsql
DISTVERSION= 1.1.4
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jjachuf@gmail.com
COMMENT= Python DBAPI module for FirebirdSQL
WWW= https://github.com/nakagami/pyfirebirdsql
LICENSE= BSD2CLAUSE
NO_ARCH= yes
USES= python:3.8-3.9
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>