freebsd-ports/www/drupal6-google_analytics/Makefile
Baptiste Daroussin 91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00

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>