mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
integrate Sphinx documentation into your Web application. WWW: http://bitbucket.org/birkenfeld/sphinx-contrib/
18 lines
341 B
Makefile
18 lines
341 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sphinxcontrib-websupport
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= araujo@FreeBSD.org
|
|
COMMENT= Sphinx API for Web Apps
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|