a7674b41ed
- Support STAGEDIR - Pet portlint: move LICENSE upward - While I'm here, update USE_PYTHON PR: ports/184300 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
24 lines
536 B
Makefile
24 lines
536 B
Makefile
# Created by: Douglas Thrift
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= TracGoogleAnalytics
|
|
PORTVERSION= 0.2.4
|
|
PORTREVISION= 2
|
|
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= easy_install
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|