aboutsummaryrefslogtreecommitdiff
path: root/devel/py-types-psycopg2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-types-psycopg2/Makefile')
-rw-r--r--devel/py-types-psycopg2/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/py-types-psycopg2/Makefile b/devel/py-types-psycopg2/Makefile
new file mode 100644
index 000000000000..76c5235aa8da
--- /dev/null
+++ b/devel/py-types-psycopg2/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= types-psycopg2
+PORTVERSION= 2.9.21.20240417
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= amdmi3@FreeBSD.org
+COMMENT= Typing stubs for psycopg2
+WWW= https://pypi.org/project/types-psycopg2/
+
+LICENSE= APACHE20
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=0:databases/py-psycopg2@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
+.include <bsd.port.mk>