head	1.3;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.03.09;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.06.30.14.31.05;	author az;	state Exp;
branches;
next	1.1;

1.1
date	2009.07.29.07.23.32;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	twiki-LDAPPasswordChangerPlugin
# Date created:				Wed 29 Jul 2009
# Whom:					Alexey V. Degtyarev
#
# $FreeBSD: head/www/twiki-LDAPPasswordChangerPlugin/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	LDAPPasswordChangerPlugin
PORTVERSION=	0.0.${SVNREV}
CATEGORIES=	www
MASTER_SITES=	ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/

MAINTAINER=	alexey@@renatasystems.org
COMMENT=	Change TWiki password at a pre-configured LDAP server

RUN_DEPENDS=	p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap

SVNREV=		18108

.include "${.CURDIR}/../twiki/bsd.twiki.mk"
.include <bsd.port.mk>
@


1.2
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@This plugin asks for and changes your password at a pre-configured LDAP server.
The users willing to change his/her password must be authenticated already.
This plugin makes no sense for the Guest user.

WWW: http://twiki.org/cgi-bin/view/Plugins/LDAPPasswordChangerPlugin

PR:		ports/137227
Submitted by:	Alexey V. Degtyarev
@
text
@d16 1
a16 1
RUN_DEPENDS=	${SITE_PERL}/Bundle/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap
@

