aboutsummaryrefslogtreecommitdiff
path: root/www/drupal6-token/Makefile
blob: 8e717877d5910b956f9d26c7ab1861aa4e8e371a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:  drupal6-token
# Date created:  11 February 2008
# Whom:          Jeremy Iverson <jeremy@algenta.com>
#
# $FreeBSD$
#

PORTNAME=	token
DISTVERSION=	6.x-1.12
PORTREVISION=	1
CATEGORIES=	www

MAINTAINER=	nick@foobar.org
COMMENT=	Token module for Drupal

DRUPAL6_MODULE=	yes
MODULE_FILES=	translations/token.pot translations/da.po translations/de.po \
		translations/es.po translations/hu.po translations/ja.po \
		translations/pl.po translations/sk.po translations/uk-ua.po \
		translations/uk.po token.info token.install token.module \
		token.rules.inc token.test tokenSTARTER.info \
		tokenSTARTER.module token_actions.info token_actions.module \
		token_comment.inc token_node.inc token_taxonomy.inc \
		token_user.inc
MODULE_DIRS=	translations

DOC_FILES=	API.txt LICENSE.txt README.txt

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/drupal5/bsd.drupal.mk"
.include <bsd.port.post.mk>