aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-markdown-math/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-markdown-math/Makefile')
-rw-r--r--textproc/py-markdown-math/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/textproc/py-markdown-math/Makefile b/textproc/py-markdown-math/Makefile
deleted file mode 100644
index 4398da67eceb..000000000000
--- a/textproc/py-markdown-math/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-PORTNAME= markdown-math
-PORTVERSION= 0.8
-CATEGORIES= textproc python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= python-${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Math formulas support to Python-Markdown
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=2.0.3:textproc/py-markdown@${PY_FLAVOR}
-
-USES= python:3.2+
-USE_PYTHON= distutils autoplist
-
-.include <bsd.port.mk>