freebsd-ports/www/drupal6-google_analytics/Makefile
2014-06-18 12:17:26 +00:00

18 lines
466 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
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>