1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/www/trac-TracGoogleAnalytics/Makefile
Greg Larkin 202c4dd814 - Re-added RUN_DEPENDS
- Bumped PORTREVISION

Follow-up to PR ports/151466

PR:		ports/151466
Requested by:	ohauer via email
Reported by:	Douglas William Thrift <douglas at douglasthrift dot net> (maintainer)
2010-12-09 14:55:23 +00:00

29 lines
648 B
Makefile

# New ports collection makefile for: trac-TracGoogleAnalytics
# Date created: 14 October 2010
# Whom: Douglas Thrift
#
# $FreeBSD$
#
PORTNAME= TracGoogleAnalytics
PORTVERSION= 0.2.4
PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= trac-
MAINTAINER= douglas@douglasthrift.net
COMMENT= Trac plugin to enable logging by Google Analytics
BUILD_DEPENDS= tracd:${PORTSDIR}/www/trac
RUN_DEPENDS:= ${BUILD_DEPENDS}
LICENSE= BSD
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>