diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-10 00:13:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-10 00:13:05 +0800 |
commit | 7c2a6760bfa02ce2115d1ada807581f39f5ba2bd (patch) | |
tree | bcafbb49a81fb4095b6261938ed9da47d566eccb /www/drupal5-nodewords/Makefile | |
parent | 95adedf6573bd9414ddd8b14ad5fbd2d040c7314 (diff) | |
download | freebsd-ports-gnome-7c2a6760bfa02ce2115d1ada807581f39f5ba2bd.tar.gz freebsd-ports-gnome-7c2a6760bfa02ce2115d1ada807581f39f5ba2bd.tar.zst freebsd-ports-gnome-7c2a6760bfa02ce2115d1ada807581f39f5ba2bd.zip |
This module allows you to set some meta tags for each node, view or panels
page. Giving more attention to the important keywords and/or description on
some of your nodes allows you to get better search engine positioning.
WWW: http://drupal.org/project/nodewords
PR: ports/128687
Submitted by: Nick Hilliard <nick at netability.ie>
Diffstat (limited to 'www/drupal5-nodewords/Makefile')
-rw-r--r-- | www/drupal5-nodewords/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/www/drupal5-nodewords/Makefile b/www/drupal5-nodewords/Makefile new file mode 100644 index 000000000000..d48dcb966031 --- /dev/null +++ b/www/drupal5-nodewords/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: drupal5-nodewords +# Date created: 08 Nov 2008 +# Whom: Nick Hilliard <nick@netability.ie> +# +# $FreeBSD$ +# + +PORTNAME= nodewords +DISTVERSION= 5.x-1.12 +CATEGORIES= www + +MAINTAINER= nick@foobar.org +COMMENT= A drupal module which allows the end-user to set meta tags for nodes + +DRUPAL5_MODULE= yes +MODULE_DIRS= metatags +MODULE_FILES= metatags/DC.Title.inc metatags/Revisit-After.inc \ + metatags/abstract.inc metatags/copyright.inc \ + metatags/description.inc metatags/geourl.inc \ + metatags/keywords.inc metatags/robots.inc nodewords.info \ + nodewords.install nodewords.module + +DOC_FILES= LICENSE.txt README.txt + +.include <bsd.port.pre.mk> +.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" +.include <bsd.port.post.mk> |