# New ports collection makefile for:	drupal6-google_analytics
# Date created:				31 Mar 2007
# Whom:					Nick Hilliard <nick@foobar.org>
#
# $FreeBSD: ports/www/drupal6-google_analytics/Makefile,v 1.9 2011/08/31 15:53:44 crees Exp $
#

PORTNAME=	google_analytics
DISTVERSION=	6.x-2.2
PORTREVISION=	1
CATEGORIES=	www

MAINTAINER=	nick@foobar.org
COMMENT=	Adds the Google Analytics web stats tracking system to your website

USE_DRUPAL=	yes
DRUPAL6_MODULE=	yes

MODULE_FILES=	tests/googleanalytics_basic.test googleanalytics.admin.inc \
		googleanalytics.info googleanalytics.install \
		googleanalytics.js googleanalytics.module translations/de.po \
		translations/el.po translations/fr.po translations/ja.po \
		translations/googleanalytics.pot translations/pl.po \
		translations/sk.po

MODULE_DIRS=	tests translations

DOC_FILES=	LICENSE.txt README.txt

.include <bsd.port.mk>
