20 lines
493 B
Makefile
20 lines
493 B
Makefile
# Created by: Nick Hilliard <nick@foobar.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= google_analytics
|
|
DISTVERSION= 6.x-3.5
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Adds the Google Analytics web stats tracking system to your website
|
|
|
|
USE_DRUPAL= yes
|
|
DRUPAL6_MODULE= yes
|
|
|
|
MODULE_FILES= googleanalytics.admin.inc googleanalytics.install googleanalytics.module \
|
|
googleanalytics.info googleanalytics.js googleanalytics.test
|
|
|
|
DOC_FILES= LICENSE.txt README.txt
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|