summaryrefslogtreecommitdiff
path: root/textproc/py3-MarkupSafe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py3-MarkupSafe/Makefile')
-rw-r--r--textproc/py3-MarkupSafe/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/textproc/py3-MarkupSafe/Makefile b/textproc/py3-MarkupSafe/Makefile
deleted file mode 100644
index 61183b0ef34b..000000000000
--- a/textproc/py3-MarkupSafe/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= MarkupSafe
-PORTVERSION= 1.0
-CATEGORIES= textproc python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= Implements XML/HTML/XHTML Markup safe string for Python
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-USES= python:3.3+
-USE_PYTHON= autoplist concurrent distutils
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/markupsafe/_speedups.so
-
-.include <bsd.port.mk>