aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-sphinxcontrib-httpdomain/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-sphinxcontrib-httpdomain/Makefile')
-rw-r--r--textproc/py-sphinxcontrib-httpdomain/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/py-sphinxcontrib-httpdomain/Makefile b/textproc/py-sphinxcontrib-httpdomain/Makefile
new file mode 100644
index 000000000000..11a3d881b7c6
--- /dev/null
+++ b/textproc/py-sphinxcontrib-httpdomain/Makefile
@@ -0,0 +1,18 @@
+# Created by: William Grzybowski <wg@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= sphinxcontrib-httpdomain
+PORTVERSION= 1.1.9
+CATEGORIES= textproc
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= wg@FreeBSD.org
+COMMENT= Sphinx domain for HTTP APIs
+
+RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:${PORTSDIR}/textproc/py-sphinx
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= easy_install
+
+.include <bsd.port.mk>