summaryrefslogtreecommitdiff
path: root/security/drupal4-ldap_integration/Makefile
blob: 43a497dcf0f3c054d6c1bd9bc2007ee18ab3e8fa (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
# 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

BROKEN=		Broken distinfo

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>