freebsd-ports/www/drupal5-token/Makefile
Martin Wilke edcba28ac7 Tokens are small bits of text that can be placed into larger documents via
simple placeholders, like %site-name or [user]. The Token module provides a
central API for modules to use these tokens, and expose their own token
values.

WWW: http://drupal.org/project/token

PR:		ports/120578
Submitted by:	Jeremy Iverson <jeremy at algenta.com>
2008-02-16 17:02:34 +00:00

24 lines
662 B
Makefile

# New ports collection makefile for: drupal5-token
# Date created: 11 February 2008
# Whom: Jeremy Iverson <jeremy@algenta.com>
#
# $FreeBSD$
#
PORTNAME= token
DISTVERSION= 5.x-1.10
CATEGORIES= www
MASTER_SITES= http://ftp.drupal.org/files/projects/
MAINTAINER= jeremy@algenta.com
COMMENT= Token module for Drupal 5
DRUPAL5_MODULE= yes
MODULE_FILES= token_cck.inc token_comment.inc token_node.inc \
token_taxonomy.inc token_user.inc token.inc \
token.info token.install token.module
DOC_FILES= API.txt CHANGELOG.txt LICENSE.txt README.txt
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/drupal5/bsd.drupal.mk"
.include <bsd.port.post.mk>