blob: 56803a45f16a66bedf45a981fd59a8377eca00c5 (
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
|
# 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
USE_DRUPAL= yes
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.mk>
|