freebsd-ports/www/drupal6-content_access/Makefile
Martin Wilke a5cfbf92d3 This module allows you to manage permissions for content types by
role and author. It allows you to specifiy custom view, edit and
delete permissions for each content type. Optionally you can enable
per content access settings, so you can customize the access for
each content node.

WWW: http://drupal.org/project/content_access

PR:		ports/147329
Submitted by:	Anderson Soares Ferreira <anderson at cnpm.embrapa.br>
Feature safe:	yes
2010-06-29 08:48:24 +00:00

37 lines
927 B
Makefile

# New ports collection makefile for: drupal6-content_access
# Date created: 02 jun 2010
# Whom: 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= anderson@cnpm.embrapa.br
COMMENT= Drupal 6.x Content Access module
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.pre.mk>
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
.include <bsd.port.post.mk>