mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
cf118ccf87
Reported by: lwhsu
17 lines
386 B
Makefile
17 lines
386 B
Makefile
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>
|