mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
22 lines
505 B
Makefile
22 lines
505 B
Makefile
PORTNAME= sphinx_press_theme
|
|
PORTVERSION= 0.9.1
|
|
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
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|