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