0.22 10 Dec 2016 - missing from CPAN. No code changes, just re-release of 0.21 with version bump. 0.21 19 July 2016 - fix for INET6 via Shawn Moore https://rt.cpan.org/Ticket/Display.html?id=116304 0.20 01 July 2016 - use Net::LDAP::SID instead of custom methods
24 lines
820 B
Makefile
24 lines
820 B
Makefile
# $NetBSD: Makefile,v 1.15 2017/09/17 11:46:31 wiz Exp $
|
|
|
|
DISTNAME= Net-LDAP-Server-Test-0.22
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel net perl5
|
|
#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KA/KARMAN/}
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Net-LDAP-Server-Test/
|
|
COMMENT= Perl 5 module to test Net::LDAP code
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Net-LDAP-Server-[0-9]*:../../net/p5-Net-LDAP-Server
|
|
DEPENDS+= p5-Net-LDAP-SID-[0-9]*:../../devel/p5-Net-LDAP-SID
|
|
DEPENDS+= p5-perl-ldap-[0-9]*:../../databases/p5-perl-ldap
|
|
DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/Net/LDAP/Server/Test/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|