aboutsummaryrefslogtreecommitdiff
path: root/www/drupal6-google_analytics/Makefile
blob: 873cdd64eb0c1ba892cadcf124417296e60faf17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	drupal5-google_analytics
# Date created:				31 Mar 2007
# Whom:					Nick Hilliard <nick@foobar.org>
#
# $FreeBSD$
#

PORTNAME=	google_analytics
DISTVERSION=	5.x-1.6
CATEGORIES=	www

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

DRUPAL5_MODULE=	yes
MODULE_FILES=	googleanalytics.info googleanalytics.install googleanalytics.js \
		googleanalytics.module
DOC_FILES=	LICENSE.txt README.txt UPGRADE.txt

.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
.include <bsd.port.post.mk>