# Created by: Douglas Thrift # $FreeBSD: head/www/trac-TracGoogleAnalytics/Makefile 358403 2014-06-19 13:02:47Z mva $ 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= BSD BUILD_DEPENDS= tracd:${PORTSDIR}/www/trac \ ${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:${PORTSDIR}/textproc/py-genshi RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes .include "${.CURDIR}/../../www/trac/plugin.mk" .include