aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-alabaster/Makefile
blob: 03323eb85de11e2bf34afaa3062419f4d0813f8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $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>