head	1.10;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.02.46;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.06.10.18.42.29;	author swills;	state Exp;
branches;
next	1.8;

1.8
date	2012.06.04.17.17.21;	author az;	state Exp;
branches;
next	1.7;

1.7
date	2011.09.17.07.06.39;	author sunpoet;	state Exp;
branches;
next	1.6;

1.6
date	2010.09.24.09.49.55;	author az;	state Exp;
branches;
next	1.5;

1.5
date	2009.12.23.14.36.12;	author az;	state Exp;
branches;
next	1.4;

1.4
date	2009.02.02.05.47.47;	author az;	state Exp;
branches;
next	1.3;

1.3
date	2008.07.07.11.24.14;	author az;	state Exp;
branches;
next	1.2;

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

1.1
date	2008.06.30.11.35.09;	author az;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Catalyst-Model-LDAP
# Date created:		2008-06-30
# Whom:			Andrej Zverev <az@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Catalyst-Model-LDAP/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Catalyst-Model-LDAP
PORTVERSION=	0.17
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	LDAP model class for Catalyst

RUN_DEPENDS=	p5-Catalyst-Runtime>=5.7:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
		p5-MRO-Compat>0:${PORTSDIR}/devel/p5-MRO-Compat \
		p5-Data-Page>0:${PORTSDIR}/databases/p5-Data-Page \
		p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	Catalyst::Model::LDAP::Entry.3 Catalyst::Model::LDAP::Search.3 \
	Catalyst::Helper::Model::LDAP.3 Catalyst::Model::LDAP::Connection.3 \
	Catalyst::Model::LDAP.3

.include <bsd.port.mk>
@


1.9
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d22 1
a22 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.7
log
@- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+

Suggested by:	az
With hat:	perl
@
text
@d21 1
a21 1
		${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap
@


1.6
log
@Drop maintainership
@
text
@d24 1
a24 1
PERL_CONFIGURE=	5.8.1+
@


1.5
log
@Update to version 0.17

Changelog: http://cpansearch.perl.org/src/DANIELTWC/Catalyst-Model-LDAP-0.17/Changes
@
text
@d14 1
a14 1
MAINTAINER=	az@@FreeBSD.org
@


1.4
log
@Remove unused part for CPAN macro
@
text
@d9 1
a9 2
PORTVERSION=	0.16
PORTREVISION=	2
d19 1
a19 1
		p5-Class-C3>=0:${PORTSDIR}/devel/p5-Class-C3 \
@


1.3
log
@- Add missing module from depend
@
text
@a12 1
MASTER_SITE_SUBDIR=	../by-authors/id/D/DA/DANIELTWC
@


1.2
log
@- Fix pkg-plist
@
text
@d10 1
a10 1
PORTREVISION=	1
d22 2
a23 1
		p5-Data-Page>0:${PORTSDIR}/databases/p5-Data-Page
@


1.1
log
@This is the Net::LDAP model class for Catalyst. It is nothing more than a
simple wrapper for Net::LDAP. This class simplifies LDAP access by letting
you configure a common set of bind arguments. It also lets you configure a
base DN for searching.

WWW:    http://search.cpan.org/~danieltwc/Catalyst-Model-LDAP/
@
text
@d10 1
@

