f9a57b1628
components of the upcoming textproc/py-sphinx update for doc building.
17 lines
295 B
Makefile
17 lines
295 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
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|