mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
19 lines
313 B
Makefile
19 lines
313 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|