21e59f1c7b
(Search Engine Optimization) actions that you should take to maximize the presence of your Drupal website in the major search engines like Google, Yahoo, Live, etc. It provides a checklist that helps you keep track of what needs to be done. First, it will look to see what modules you already have installed. Then, all you have to do is go down the list of unchecked items and do them. WWW: http://drupal.org/project/seo_checklist PR: ports/135229 Submitted by: Nick Hilliard <nick at foobar.org>
22 lines
548 B
Makefile
22 lines
548 B
Makefile
# New ports collection makefile for: drupal6-seo_checklist
|
|
# Date created: 2 May 2009
|
|
# Whom: Nick Hilliard <nick@foobar.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= seo_checklist
|
|
DISTVERSION= 6.x-1.0-beta3
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= nick@foobar.org
|
|
COMMENT= Drupal module to provide checklist of actions for SEO
|
|
|
|
DRUPAL6_MODULE= yes
|
|
MODULE_FILES= SEOChecklist.info SEOChecklist.install SEOChecklist.module
|
|
|
|
DOC_FILES= LICENSE.txt README.txt
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
|
|
.include <bsd.port.post.mk>
|