diff options
Diffstat (limited to 'www/drupal5-google_analytics/Makefile')
-rw-r--r-- | www/drupal5-google_analytics/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/www/drupal5-google_analytics/Makefile b/www/drupal5-google_analytics/Makefile deleted file mode 100644 index c4436e730727..000000000000 --- a/www/drupal5-google_analytics/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: drupal5-google_analytics -# Date created: 31 Mar 2007 -# Whom: Nick Hilliard <nick@foobar.org> -# -# $FreeBSD$ -# - -PORTNAME= google_analytics -DISTVERSION= 5.x-1.9 -PORTREVISION= 1 -CATEGORIES= www - -MAINTAINER= nick@foobar.org -COMMENT= Adds the Google Analytics web statistics tracking system to your website. - -DEPRECATED= Use drupal[67] instead -EXPIRATION_DATE=2011-08-29 - -DRUPAL5_MODULE= yes -MODULE_FILES= googleanalytics.info googleanalytics.install googleanalytics.js \ - googleanalytics.module po/ca.po po/de.po po/es.po po/fr.po \ - po/it.po po/googleanalytics.pot po/ja.po po/pl.po po/pt.po \ - po/ru.po po/sk.po -MODULE_DIRS= po - -DOC_FILES= LICENSE.txt README.txt UPGRADE.txt - -.include <bsd.port.pre.mk> -.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" -.include <bsd.port.post.mk> |