aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-alabaster/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-alabaster/Makefile')
-rw-r--r--textproc/py-alabaster/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/textproc/py-alabaster/Makefile b/textproc/py-alabaster/Makefile
index 1c2c5cc507a7..87da0b95bb69 100644
--- a/textproc/py-alabaster/Makefile
+++ b/textproc/py-alabaster/Makefile
@@ -1,16 +1,18 @@
PORTNAME= alabaster
-PORTVERSION= 0.7.6
+PORTVERSION= 0.7.12
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Modified Kr Sphinx theme
-LICENSE= MIT
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
-NO_ARCH= yes
USES= python:3.6+
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
.include <bsd.port.mk>