pkgsrc/net/p5-Net-LDAP-Server/Makefile
rhaen 61c4eac034 Updated to 0.43
Changes:

version 0.43 (2011/05/26):

    - added support for Net::Server by allowing the usage of
      distinct filehandles for input and output
      (patch by Alexei Znamensky)
2012-01-26 20:30:34 +00:00

22 lines
612 B
Makefile

# $NetBSD: Makefile,v 1.9 2012/01/26 20:30:34 rhaen Exp $
#
DISTNAME= Net-LDAP-Server-0.43
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= he@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Net-LDAP-Server/
COMMENT= LDAP server side protocol handling
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Convert-ASN1-[0-9]*:../../textproc/p5-Convert-ASN1
DEPENDS+= p5-perl-ldap-[0-9]*:../../databases/p5-perl-ldap
PERL5_PACKLIST= auto/Net/LDAP/Server/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"