Files
ports/databases/py-queries/Makefile
Po-Chuan Hsieh 71bd5e9fb2 databases/py-queries: Allow build with py-psycopg2 2.9+
- Bump PORTREVISION for package change
2021-06-21 04:46:03 +08:00

24 lines
532 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
PORTNAME= queries
PORTVERSION= 2.1.0
PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simplified PostgreSQL client built upon Psycopg2
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.1<3:databases/py-psycopg2@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>