aboutsummaryrefslogblamecommitdiff
path: root/www/drupal6-google_analytics/Makefile
blob: aab65975e44501672039e43486eb065a9ad80d05 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                             
           

                                
                       
                   
 
                                 
                                                                                   
 
                               
 

                                                                                          

                                      
                    
 
                      
# Created by: Nick Hilliard <nick@foobar.org>
# $FreeBSD$

PORTNAME=	google_analytics
DISTVERSION=	6.x-3.5
CATEGORIES=	www

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

USES=		drupal:6,module

MODULE_FILES=	googleanalytics.admin.inc googleanalytics.install googleanalytics.module \
		googleanalytics.info googleanalytics.js googleanalytics.test

DOC_FILES=	LICENSE.txt README.txt
OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>