blob: 26ef865d823a481ac3f61949b15a97bc1e8db5ff (
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
|
# Created by: Jeremy Iverson <jeremy@algenta.com>
# $FreeBSD$
PORTNAME= token
DISTVERSION= 6.x-1.12
PORTREVISION= 1
CATEGORIES= www
MAINTAINER= ports@FreeBSD.org
COMMENT= Token module for Drupal
USES= drupal:6,module
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.mk>
|