91a1caa242
Hope to see you back! Thank for all the work!
18 lines
467 B
Makefile
18 lines
467 B
Makefile
# 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
|
|
|
|
.include <bsd.port.mk>
|