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

# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:06 jlam Exp $
#
DISTNAME= DBI-Shell-11.93
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dbi
PKGREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBI/}
MAINTAINER= eric@cirr.com
HOMEPAGE= http://search.cpan.org/dist/DBI-Shell/
COMMENT= Interactive command Shell for the Perl DBI
DEPENDS+= p5-IO-Tee>=0.64:../../devel/p5-IO-Tee
DEPENDS+= p5-Text-Reform>=1.11:../../textproc/p5-Text-Reform
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/DBI/Shell/.packlist
BUILDLINK_DEPENDS.p5-DBI+= p5-DBI>=1.37
.include "../../databases/p5-DBI/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"