blob: fbfb62e36984e2c900724e9aed56d84a1953b423 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Douglas Thrift
# $FreeBSD$
PORTNAME= TracGoogleAnalytics
PORTVERSION= 0.2.4
PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= trac-
MAINTAINER= douglas@douglasthrift.net
COMMENT= Trac plugin to enable logging by Google Analytics
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= tracd:${PORTSDIR}/www/trac \
${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:${PORTSDIR}/textproc/py-genshi
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= python
USE_PYTHON= distutils autoplist
.include "${.CURDIR}/../../www/trac/plugin.mk"
.include <bsd.port.mk>
|