pkgsrc/databases/p5-perl-ldap/Makefile
shell 5027ee5030 Updated to p5-perl-ldap-0.2701
Changes :
* contrib/tklkup:
  - Corrected default numbers for gui height and width.
  - Corrected error in gui height and width geometry initialization.
* contrib/dot.tklkup:
  - Corrected default numbers for width and height.
* contrib/tklkup:
  - Corrected an error in the rootDse subroutine.
* contrib/tklkup:
  - Removed one of the mainwindow update commands in the schema display
    section, it was interfering with the automatic window sizing on
    window creation.
* contrib/tklkup:
  - Replaced width and height test values with correct values.
* contrib/tklkup:
  - Moved position of process message window.
  - Added main window height and width options.
  - Added busy indicator.

Please see ChangeLog for more.
2003-01-31 11:14:46 +00:00

24 lines
784 B
Makefile

# $NetBSD: Makefile,v 1.17 2003/01/31 11:14:46 shell Exp $
#
DISTNAME= perl-ldap-0.2701
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= pldap
CATEGORIES= databases net devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://perl-ldap.sourceforge.net/
COMMENT= Perl class to access 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
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/perl-ldap/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"