aboutsummaryrefslogtreecommitdiffstats
path: root/www/drupal6-content_access/Makefile
blob: 7ba7cc7b82894fdbab63e7f0d3664e9182176130 (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
32
# Created by: Anderson Soares Ferreira <anderson@cnpm.embrapa.br>
# $FreeBSD$

PORTNAME=   content_access
DISTVERSION=    6.x-1.2
CATEGORIES= www
MASTER_SITES=   http://ftp.drupal.org/files/projects/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Drupal 6.x Content Access module

USE_DRUPAL= yes
DRUPAL6_MODULE= yes

MODULE_DIRS=    translations tests

MODULE_FILES=   tests/content_access.test \
        tests/content_access_acl.test \
        tests/content_access_test_help.php \
        content_access.admin.inc \
        content_access.css \
        content_access.info \
        content_access.install \
        content_access.module \
        content_access.rules.inc \
        translations/content_access.pot \
        translations/de.po \
        translations/sv.po

DOC_FILES=  README.txt UPGRADE.txt LICENSE.txt

.include <bsd.port.mk>