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