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