freebsd-ports/textproc/py-sphinx_press_theme/Makefile
2023-04-12 19:39:05 +02:00

22 lines
510 B
Makefile

PORTNAME= sphinx_press_theme
PORTVERSION= 0.8.0
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Them for py-sphinx based on VuePress
WWW= https://schettino72.github.io/sphinx_press_site/
LICENSE= BSD2CLAUSE MIT
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR}
USES= python:3.7+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>