pkgsrc/devel/p5-LDAP/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

26 lines
723 B
Makefile

# $NetBSD: Makefile,v 1.26 2014/05/29 23:36:01 wiz Exp $
#
DISTNAME= perldap-1.2.2
PKGNAME= p5-LDAP-1.2.2
PKGREVISION= 9
SVR4_PKGNAME= p5lda
CATEGORIES= devel perl5 databases
MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=directory/perldap/ancient/}
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.mozilla.org/directory/perldap.html
COMMENT= Perl5 module to build LDAP clients with perl
LICENSE= mpl-1.0
WRKSRC= ${WRKDIR}/perldap
PERL5_PACKLIST= auto/Mozilla/LDAP/API/.packlist
MAKE_ENV+= LDAPSDKDIR=${BUILDLINK_PREFIX.ldapsdk}
MAKE_ENV+= LDAPSDKSSL="no"
MAKE_ENV+= LDAPV3ON="yes"
.include "../../devel/ldapsdk/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"