freebsd-ports/textproc/py-alabaster/Makefile
Kris Moore f9a57b1628 - Add textproc/py-alabaster and textproc/py-snowballstemmer, required
components of the upcoming textproc/py-sphinx update for doc building.
2015-07-14 14:20:13 +00:00

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>