pkgsrc/databases/p5-DBIx-ContextualFetch/Makefile
hiramatsu 3122a56304 Update p5-DBIx-ContextualFetch to 1.03.
Changes from 1.01:

1.03 Mon Dec 27 2004
        - Revert to DBD::SQLite (rather than SQLite2) in tests
  - no warnings 'uninitialized'

1.02 Mon Dec 27 2004
        - Fix double execute bug in tests
2007-11-09 02:54:31 +00:00

17 lines
493 B
Makefile

# $NetBSD: Makefile,v 1.8 2007/11/09 02:54:31 hiramatsu Exp $
#
DISTNAME= DBIx-ContextualFetch-1.03
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dbc
CATEGORIES= perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/DBIx-ContextualFetch/
COMMENT= Perl5 module adding contextual fetches to DBI
PERL5_PACKLIST= auto/DBIx/ContextualFetch/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"