summaryrefslogtreecommitdiff
path: root/textproc/py-sphinxcontrib-devhelp/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2019-03-30 04:11:51 +0000
committerWen Heping <wen@FreeBSD.org>2019-03-30 04:11:51 +0000
commite6e7d99af42ee12cd5585568e089a1c4c1fe8a39 (patch)
tree20cc150c25858f9e87a04186fd9fb57ed23212f0 /textproc/py-sphinxcontrib-devhelp/Makefile
parentSphinxcontrib-applehelp is a sphinx extension which outputs Apple help books. (diff)
Sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.
WWW: https://www.sphinx-doc.org/
Notes
Notes: svn path=/head/; revision=497235
Diffstat (limited to 'textproc/py-sphinxcontrib-devhelp/Makefile')
-rw-r--r--textproc/py-sphinxcontrib-devhelp/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/py-sphinxcontrib-devhelp/Makefile b/textproc/py-sphinxcontrib-devhelp/Makefile
new file mode 100644
index 000000000000..2c75ebb01a8a
--- /dev/null
+++ b/textproc/py-sphinxcontrib-devhelp/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= sphinxcontrib-devhelp
+PORTVERSION= 1.0.1
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR= python
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= Sphinx extension which outputs Devhelp document
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python:3.5+
+USE_PYTHON= autoplist distutils concurrent
+NO_ARCH= yes
+
+.include <bsd.port.mk>