234446395b
Postgres adapter for Harlequin, the SQL IDE for your Terminal. https://github.com/tconbeer/harlequin-postgres
26 lines
757 B
Makefile
26 lines
757 B
Makefile
PORTNAME= harlequin-postgres
|
|
DISTVERSION= 1.3.0
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Harlequin adapter for Postgres
|
|
WWW= https://github.com/tconbeer/harlequin-postgres
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.28.0:devel/py-hatchling@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}duckdb>=1.3.2:databases/py-duckdb@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}harlequin>=2.5.1:databases/py-harlequin@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}psycopg>=3.2:databases/py-psycopg@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|