pkgsrc-wip/p5-Class-DBI-Plugin-RetrieveAll/Makefile
Hiramatsu Yoshifumi 129e0fea1a Simple plugin to a Class::DBI subclass which allows for simple
sorting of retrieve_all calls. There are two main ways to use this.
Firstly, we create a new method 'retrieve_all_sorted_by' which takes an
argument of how to sort. We also add a way to set a default field that
any retrieve_all() should use to sort by.
2005-08-07 19:34:50 +00:00

19 lines
570 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/08/07 19:34:50 jgoamakf Exp $
#
DISTNAME= Class-DBI-Plugin-RetrieveAll-1.01
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cdr
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
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"