blob: e91cd091e307eb20a8ac92a769e629fb05af51ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $FreeBSD$
PORTNAME= themeengine
PORTVERSION= 2.1.3
PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= trac-
DISTNAME= TracThemeEngine-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Plugin to simplify distributing and deploying themes and styles
LICENSE= BSD3CLAUSE
RUN_DEPENDS+= tracd:www/trac
USES= python:2 tar:bzip2
USE_PYTHON= distutils autoplist
.include "${.CURDIR}/../../www/trac/plugin.mk"
.include <bsd.port.mk>
|