aboutsummaryrefslogtreecommitdiff
path: root/security/drupal4-ldap_integration/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/drupal4-ldap_integration/Makefile')
-rw-r--r--security/drupal4-ldap_integration/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/security/drupal4-ldap_integration/Makefile b/security/drupal4-ldap_integration/Makefile
deleted file mode 100644
index 1b235a4e9869..000000000000
--- a/security/drupal4-ldap_integration/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: drupal-ldap_integration
-# Date created: 12 January 2006
-# Whom: Brooks Davis <brooks@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ldap_integration
-DISTVERSION= ${DRUPAL_VERSION}
-PORTREVISION= 20060117
-CATEGORIES= security www
-MASTER_SITE_SUBDIR= brooks
-
-MAINTAINER= brooks@FreeBSD.org
-COMMENT= LDAP user authentication for the Drupal CMS
-
-USE_PHP= ldap
-
-DRUPAL_MODULE= yes
-MODULE_FILES= ldap_integration.module \
- ldap_integration/LDAPInterface.php \
- zcallbacks.module
-MODULE_CONF_FILES= ldap_integration/conf.php
-MODULE_CONF_DIRS= ldap_integration
-DOC_FILES= CHANGES.txt LICENSE.txt README.txt
-
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/www/drupal/bsd.drupal.mk"
-.include <bsd.port.post.mk>