aboutsummaryrefslogtreecommitdiff
path: root/www/drupal-taxonomy_access/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/drupal-taxonomy_access/Makefile')
-rw-r--r--www/drupal-taxonomy_access/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/www/drupal-taxonomy_access/Makefile b/www/drupal-taxonomy_access/Makefile
new file mode 100644
index 000000000000..dfa16260cfb6
--- /dev/null
+++ b/www/drupal-taxonomy_access/Makefile
@@ -0,0 +1,23 @@
+# 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= 20061118
+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>