pkgsrc/devel/p5-Net-LDAP-Server-Test/Makefile
seb fa498eb004 Update to version 0.8.0.01.
This is only a package version change: the version 0.8.0.01 is IMHO
more accurate, wrt to the Perl 5 module version, than the previous
version 0.80.100.
Yes this makes the package version decreasing. Sorry... Please bear
with me.
2009-03-11 21:43:35 +00:00

23 lines
743 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/03/11 21:43:35 seb Exp $
#
DISTNAME= Net-LDAP-Server-Test-0.08_01
PKGNAME= p5-Net-LDAP-Server-Test-0.8.0.01
CATEGORIES= devel net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KA/KARMAN/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Net-LDAP-Server-Test/
COMMENT= Perl 5 module to test Net::LDAP code
DEPENDS+= p5-Net-LDAP-Server-[0-9]*:../../net/p5-Net-LDAP-Server
DEPENDS+= p5-perl-ldap-[0-9]*:../../databases/p5-perl-ldap
DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump
USE_LANGUAGES= # empty
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Net/LDAP/Server/Test/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"