pkgsrc/databases/p5-DBIx-SearchBuilder/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

26 lines
815 B
Makefile

# $NetBSD: Makefile,v 1.24 2005/08/06 06:19:06 jlam Exp $
#
DISTNAME= DBIx-SearchBuilder-1.22
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dxs
PKGREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/DBIx-SearchBuilder/
COMMENT= Extension for easy SQL SELECT Statement generation
DEPENDS+= p5-Class-ReturnValue>=0.40:../../devel/p5-Class-ReturnValue
DEPENDS+= p5-DBI>=1.41:../../databases/p5-DBI
DEPENDS+= p5-Want-[0-9]*:../../devel/p5-Want
DEPENDS+= p5-Cache-Simple-TimedExpiry>=0.21:../../devel/p5-Cache-Simple-TimedExpiry
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/DBIx/SearchBuilder/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"