blob: 280e55925081016863f41c0829c0338466f75ab1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= alabaster
PORTVERSION= 0.7.6
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kmoore@FreeBSD.org
COMMENT= Modified Kr Sphinx theme
LICENSE= MIT
NO_ARCH= yes
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|