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