1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/www/drupal5-nodewords/Makefile
Martin Wilke e0372bee5b - Update to 5.x-1.13
Approved by:	maintianer implicit
2009-12-25 19:51:34 +00:00

28 lines
764 B
Makefile

# 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.13
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>