pkgsrc/databases/p5-DBD-Mock/Makefile
hiramatsu 89af4a93ba Update p5-DBD-Mock to 1.43.
Changes from previous:
1.43
    - Segregated into different packages
    - Removed code coverage from POD
    - Fixed bug rt49537 Basic support for named parameters
    - Fixed bug rt70421 Build.PL now contains Test::Exception

1.42
    - Fixed bug rt66815 DBD::Mock::Session error clobbered
    - Fixed bug rt69460 Info on META.yml is outdated
    - Fixed bug rt69055 Spelling mistakes in POD
    - RaiseError now works
2011-10-16 16:21:11 +00:00

22 lines
601 B
Makefile

# $NetBSD: Makefile,v 1.4 2011/10/16 16:21:11 hiramatsu Exp $
DISTNAME= DBD-Mock-1.43
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ddm
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/DBD-Mock/
COMMENT= Perl5 module with mock database driver for testing
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-DBI>=1.3:../../databases/p5-DBI
PERL5_PACKLIST= auto/DBD/Mock/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"