freebsd-ports/www/trac-TracGoogleAnalytics/Makefile
Marcus von Appen 34caa2cddb - Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
2014-06-19 13:02:47 +00:00

25 lines
575 B
Makefile

# 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= 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 <bsd.port.mk>