summaryrefslogtreecommitdiff
path: root/textproc/py-sphinxcontrib-devhelp/Makefile
diff options
context:
space:
mode:
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>