e366d0c694
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
24 lines
787 B
Makefile
24 lines
787 B
Makefile
# $NetBSD: Makefile,v 1.18 2003/06/02 01:21:02 jschauma 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= tech-pkg@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"
|