196bb37d8e
- Add LICENSE= ${PERL5_LICENSE} (upstream) - Update 4.00 to 4.04 4.04 2013-11-24 17:32:50 America/Chicago - Fix various Dist::Zilla conversion errors 4.03 2013-11-23 10:28:14 America/Chicago - Fix warning RT#73776 (Arthur Axel 'fREW' Schmidt) - Fix some typos (David Steinbrunner) 4.02 2013-11-11 13:24:41 America/Chicago - Fix missing dep on DBD::Mock (Arthur Axel 'fREW' Schmidt) 4.01 Fri Jan 18 22:29:42 EST 2013 [No Significant Changes] - Rework test for an existing database handle to avoid test failures related to DBD::Mock. We depend on Test::MockObject now instead. Some other minor code clean-ups: - "use parent" instead of "use base" - use "our" instead of "use vars"
19 lines
619 B
Makefile
19 lines
619 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/12/31 13:03:39 mef Exp $
|
|
|
|
DISTNAME= CGI-Application-Plugin-DBH-4.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/CGI-Application-Plugin-DBH
|
|
COMMENT= Easy DBI access from CGI::Application
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-CGI-Application-[0-9]*:../../www/p5-CGI-Application
|
|
DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
|
|
|
|
PERL5_PACKLIST= auto/CGI/Application/Plugin/DBH/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|