1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/www/drupal6-token/Makefile

28 lines
789 B
Makefile

# Created by: Jeremy Iverson <jeremy@algenta.com>
# $FreeBSD$
PORTNAME= token
DISTVERSION= 6.x-1.12
PORTREVISION= 1
CATEGORIES= www
MAINTAINER= miwi@FreeBSD.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
NO_STAGE= yes
.include <bsd.port.mk>