aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-sphinx_press_theme/Makefile
blob: 4387274d5f3f535dcb52aa99c0c366cd92e3f8df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	sphinx_press_theme
PORTVERSION=	0.5.1
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	swills@FreeBSD.org
COMMENT=	Them for py-sphinx based on VuePress

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR}

NO_ARCH=	yes
USES=		python:3.7+
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>