- Add LICENSE(BSD2CLAUSE and MIT) Changelog: https://schettino72.github.io/sphinx_press_site/changes.html
22 lines
510 B
Makefile
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>
|