pkgsrc/databases/p5-DBI/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
575 B
Makefile

# $NetBSD: Makefile,v 1.33 2005/08/06 06:19:06 jlam Exp $
DISTNAME= DBI-1.48
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dbi
PKGREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://dbi.perl.org/
COMMENT= The database-independent Perl database access API
# Tests need Test::More
BUILD_DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/DBI/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"