freebsd-ports/textproc/py-alabaster/Makefile

20 lines
393 B
Makefile

PORTNAME= alabaster
PORTVERSION= 0.7.13
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Modified Kr Sphinx theme
WWW= https://github.com/bitprophet/alabaster
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>