a313ef53d5
http://drupal.org/node/115502 for details PR: ports/109457 Submitted by: Nick Hilliard <nick at foobar.org> (maintainer)
24 lines
673 B
Makefile
24 lines
673 B
Makefile
# New ports collection makefile for: drupal-taxonomy_access
|
|
# Date created: 26 Jan 2007
|
|
# Whom: Nick Hilliard <nick@foobar.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= taxonomy_access
|
|
DISTVERSION= 4.7.x-1.x-dev
|
|
PORTREVISION= 20070205
|
|
PORTEPOCH= 1
|
|
CATEGORIES= www security
|
|
MASTER_SITE_SUBDIR= pav/drupal
|
|
|
|
MAINTAINER= nick@foobar.org
|
|
COMMENT= Access control system for the Drupal based on Taxonomy classification
|
|
|
|
DRUPAL_MODULE= yes
|
|
MODULE_FILES= taxonomy_access.install taxonomy_access.module taxonomy_access_admin.inc
|
|
DOC_FILES= INSTALL.txt LICENSE.txt README.txt UPDATE.txt
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/www/drupal/bsd.drupal.mk"
|
|
.include <bsd.port.post.mk>
|