aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorrobak <robak@FreeBSD.org>2017-03-04 03:30:10 +0800
committerrobak <robak@FreeBSD.org>2017-03-04 03:30:10 +0800
commit65465b5dfd10d04bfe8bcedc24b16f547b617c60 (patch)
treeedf26ecf17096dd47d259e6069afc3a750eff31f /textproc
parent5485c0bf98160154bef65eb8ff9728c15fa06cab (diff)
downloadfreebsd-ports-gnome-65465b5dfd10d04bfe8bcedc24b16f547b617c60.tar.gz
freebsd-ports-gnome-65465b5dfd10d04bfe8bcedc24b16f547b617c60.tar.zst
freebsd-ports-gnome-65465b5dfd10d04bfe8bcedc24b16f547b617c60.zip
[NEW PORT] textproc/py3-sphinx_rtd_theme: Python 3 slave port of py-sphinx_rtd_theme
PR: 217472 Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py3-sphinx_rtd_theme/Makefile8
2 files changed, 9 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 5aa9e15d189f..046c0c2903fc 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1369,6 +1369,7 @@
SUBDIR += py3-hunspell
SUBDIR += py3-libxml2
SUBDIR += py3-pager
+ SUBDIR += py3-sphinx_rtd_theme
SUBDIR += pychm
SUBDIR += qprint
SUBDIR += qrcodegen
diff --git a/textproc/py3-sphinx_rtd_theme/Makefile b/textproc/py3-sphinx_rtd_theme/Makefile
new file mode 100644
index 000000000000..3181aff62a9e
--- /dev/null
+++ b/textproc/py3-sphinx_rtd_theme/Makefile
@@ -0,0 +1,8 @@
+# Created by: Danilo G. Baio <dbaio@bsd.com.br>
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-sphinx_rtd_theme
+
+USES= python:3.3+
+
+.include "${MASTERDIR}/Makefile"