head	1.2;
access;
symbols
	pkgsrc-2013Q2:1.2.0.54
	pkgsrc-2013Q2-base:1.2
	pkgsrc-2012Q4:1.2.0.52
	pkgsrc-2012Q4-base:1.2
	pkgsrc-2011Q4:1.2.0.50
	pkgsrc-2011Q4-base:1.2
	pkgsrc-2011Q2:1.2.0.48
	pkgsrc-2011Q2-base:1.2
	pkgsrc-2009Q4:1.2.0.46
	pkgsrc-2009Q4-base:1.2
	pkgsrc-2008Q4:1.2.0.44
	pkgsrc-2008Q4-base:1.2
	pkgsrc-2008Q3:1.2.0.42
	pkgsrc-2008Q3-base:1.2
	cube-native-xorg:1.2.0.40
	cube-native-xorg-base:1.2
	pkgsrc-2008Q2:1.2.0.38
	pkgsrc-2008Q2-base:1.2
	pkgsrc-2008Q1:1.2.0.36
	pkgsrc-2008Q1-base:1.2
	pkgsrc-2007Q4:1.2.0.34
	pkgsrc-2007Q4-base:1.2
	pkgsrc-2007Q3:1.2.0.32
	pkgsrc-2007Q3-base:1.2
	pkgsrc-2007Q2:1.2.0.30
	pkgsrc-2007Q2-base:1.2
	pkgsrc-2007Q1:1.2.0.28
	pkgsrc-2007Q1-base:1.2
	pkgsrc-2006Q4:1.2.0.26
	pkgsrc-2006Q4-base:1.2
	pkgsrc-2006Q3:1.2.0.24
	pkgsrc-2006Q3-base:1.2
	pkgsrc-2006Q2:1.2.0.22
	pkgsrc-2006Q2-base:1.2
	pkgsrc-2006Q1:1.2.0.20
	pkgsrc-2006Q1-base:1.2
	pkgsrc-2005Q4:1.2.0.18
	pkgsrc-2005Q4-base:1.2
	pkgsrc-2005Q3:1.2.0.16
	pkgsrc-2005Q3-base:1.2
	pkgsrc-2005Q2:1.2.0.14
	pkgsrc-2005Q2-base:1.2
	pkgsrc-2005Q1:1.2.0.12
	pkgsrc-2005Q1-base:1.2
	pkgsrc-2004Q4:1.2.0.10
	pkgsrc-2004Q4-base:1.2
	pkgsrc-2004Q3:1.2.0.8
	pkgsrc-2004Q3-base:1.2
	pkgsrc-2004Q2:1.2.0.6
	pkgsrc-2004Q2-base:1.2
	pkgsrc-2004Q1:1.2.0.4
	pkgsrc-2004Q1-base:1.2
	pkgsrc-2003Q4:1.2.0.2
	pkgsrc-2003Q4-base:1.2
	buildlink2-base:1.2
	pkgsrc-base:1.1.1.2
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2001.06.27.09.53.35;	author dogcow;	state dead;
branches;
next	1.1;

1.1
date	2001.06.27.03.24.48;	author dogcow;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.06.27.03.24.48;	author dogcow;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2002.01.28.01.05.04;	author jlam;	state Exp;
branches;
next	;


desc
@@


1.2
log
@As Bernd Ernesti kindly pointed out, this already exists as
pkgsrc/databases/p5-perl-ldap, and has been around since '99.
Therefore, that one takes precedence. Mea summa culpa.
@
text
@# $NetBSD: Makefile,v 1.1 2001/06/27 03:24:48 dogcow Exp $

DISTNAME=       perl-ldap-0.23
PKGNAME=        p5-Net-LDAP-0.23
CATEGORIES=     net perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN:=Net/}

MAINTAINER=     dogcow@@netbsd.org
HOMEPAGE=       http://perl-ldap.sourceforge.net/
COMMENT=        perl5 LDAP interface

DEPENDS+=	p5-Convert-ASN1-*:../../textproc/p5-Convert-ASN1

USE_PERL5=      # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/perl-ldap/.packlist

do-configure:
	@@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL

.include "../../mk/bsd.pkg.mk"

@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $NetBSD$
@


1.1.1.1
log
@missed the Makefile the first time around.
@
text
@@


1.1.1.2
log
@Initial import of net/p5-Net-LDAP:

The perl-ldap distribution is a collection of perl modules that provide
an object orientated interface to LDAP servers.

The perl-ldap distribution has several advantages:

  * By using the perl object interface the perl-ldap modules provide
    programmers with an interface which allows complex searches of LDAP
    directories with only a small amount of code.

  * All the perl-ldap modules are written entirely in perl, which means
    that the library is truly cross-platform compatible.
@
text
@d3 4
a6 15
DISTNAME=	perl-ldap-0.25
PKGNAME=	p5-Net-LDAP-0.25
CATEGORIES=	net perl5
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=perl-ldap/} \
		${MASTER_SITE_PERL_CPAN:=Net/}

MAINTAINER=	packages@@netbsd.org
HOMEPAGE=	http://perl-ldap.sourceforge.net/
COMMENT=	perl5 modules providing OO access to LDAP servers

DEPENDS+=	p5-Convert-ASN1-[0-9]*:../../textproc/p5-Convert-ASN1
DEPENDS+=	p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
DEPENDS+=	p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
DEPENDS+=	p5-URI>=1.08:../../www/p5-URI
DEPENDS+=	p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
d8 8
a15 2
USE_BUILDLINK_ONLY=	YES
PERL5_PACKLIST=		${PERL5_SITEARCH}/auto/perl-ldap/.packlist
a19 1
.include "../../lang/perl5/buildlink.mk"
d21 1
@

