aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-sphinx-material/Makefile
blob: 716ad679f3d6cd3779e5d0f82f190d81572b9ac2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PORTNAME=	sphinx_material
DISTVERSION=	0.0.36
PORTREVISION=	3
CATEGORIES=	textproc python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	thierry@FreeBSD.org
COMMENT=	Responsive Material Design theme for Sphinx documentation
WWW=		https://bashtage.github.io/sphinx-material/

LICENSE=	MIT

BUILD_DEPENDS=	${PY_DEPENDS}
RUN_DEPENDS=	${PY_DEPENDS}
PY_DEPENDS=	sphinx-build:textproc/py-sphinx@${PY_FLAVOR}	\
		slugify:textproc/py-python-slugify@${PY_FLAVOR}	\
		css-html-js-minify:www/py-css-html-js-minify@${PY_FLAVOR}	\
		${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR}	\
		${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR}

#USE_GITHUB=	yes
#GH_ACCOUNT=	bashtage

USES=		python
USE_PYTHON=	distutils

.include <bsd.port.mk>