blob: a5318a3ce2e5747aaf8c7b471997e8107407bdf6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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>
|