freebsd-ports/textproc/py-python-docs-theme/Makefile
2021-01-09 16:34:07 +00:00

20 lines
383 B
Makefile

# $FreeBSD$
PORTNAME= python-docs-theme
DISTVERSION= 2018.2
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.org
COMMENT= Sphinx theme for the CPython docs and related projects
LICENSE= PSFL
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>