mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
1b0994ee1e
With hat: python@
23 lines
483 B
Makefile
23 lines
483 B
Makefile
# $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:${PORTSDIR}/www/trac
|
|
|
|
USES= python:2 tar:bzip2
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include "${.CURDIR}/../../www/trac/plugin.mk"
|
|
.include <bsd.port.mk>
|