pkgsrc/databases/p5-DBD-CSV/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

22 lines
634 B
Makefile

# $NetBSD: Makefile,v 1.18 2005/08/06 06:19:06 jlam Exp $
#
DISTNAME= DBD-CSV-0.2002
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dcs
PKGREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
MAINTAINER= tech-pkg@NetBSD.org
# HOMEPAGE= http://
COMMENT= Access CSV files via DBI
DEPENDS+= p5-DBI>=1.13:../../databases/p5-DBI
DEPENDS+= p5-SQL-Statement>=0.1016:../../databases/p5-SQL-Statement
DEPENDS+= p5-Text-CSV_XS>=0.20:../../textproc/p5-Text-CSV_XS
PERL5_PACKLIST= auto/DBD/CSV/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"