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