pkgsrc-wip/p5-Class-DBI-Plugin-RetrieveAll/Makefile
Hiramatsu Yoshifumi b8f763cbee Update Class-DBI-Plugin-RetrieveAll to 1.04.
Changes from previous:
----------------------
1.04 Mon Jan 16 11:08:58 UTC 2006
        - Doc tweaks

1.02 Tue Oct  4 11:14:31 UTC 2005
        - Added rt.cpan address for bug reports
2013-04-02 08:03:09 +00:00

19 lines
572 B
Makefile

# $NetBSD: Makefile,v 1.3 2013/04/02 08:03:09 jgoamakf Exp $
#
DISTNAME= Class-DBI-Plugin-RetrieveAll-1.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://search.cpan.org/dist/Class-DBI-Plugin-RetrieveAll/
COMMENT= More complex retrieve_all() for Class::DBI
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Class-DBI>=0.95:../../databases/p5-Class-DBI
PERL5_PACKLIST= auto/Class/DBI/Plugin/RetrieveAll/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"