# $FreeBSD: head/www/trac-themeengine/Makefile 358206 2014-06-18 06:21:11Z mva $ 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= tar:bzip2 USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes .include "${.CURDIR}/../../www/trac/plugin.mk" .include