freebsd-ports/databases/py-psycopg-pool/Makefile

19 lines
358 B
Makefile
Raw Normal View History

PORTNAME= psycopg-pool
PORTVERSION= 3.1.1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Connection Pool for Psycopg
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>