summaryrefslogtreecommitdiff
path: root/www/trac-pydotorgtheme/Makefile
blob: 8e0b89228a01ea96e7ab806f2d145772f82ffd2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	pydotorgtheme
PORTVERSION=	2.0
PORTREVISION=	4
CATEGORIES=	www devel python
MASTER_SITES=	LOCAL/brooks
PKGNAMEPREFIX=	trac-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Theme that emulates the look of python.org

RUN_DEPENDS+=	tracd:www/trac \
		trac-themeengine>=2.0:www/trac-themeengine

USES=		python:2
USE_PYTHON=	distutils autoplist
WRKSRC=		${WRKDIR}/${PORTNAME}

.include "${.CURDIR}/../../www/trac/plugin.mk"
.include <bsd.port.mk>