summaryrefslogtreecommitdiff
path: root/databases/p5-DBI-Shell/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-22 01:38:58 +0000
committerminskim <minskim@pkgsrc.org>2004-02-22 01:38:58 +0000
commit27fcce29a499f38e0b0a136a434d554d3e42ebec (patch)
tree1e1fdc5947ba8a3e4b8621b0bdabf50b0af91785 /databases/p5-DBI-Shell/Makefile
parentb692b41bfec451789916a84e1b14e98ccdb54911 (diff)
downloadpkgsrc-27fcce29a499f38e0b0a136a434d554d3e42ebec.tar.gz
Import p5-DBI-Shell from pkgsrc-wip. Packaged by Eric Schnoebelen,
improved by wiz@, and slightly modified by me. The DBI Shell, or dbish, is a command-line tool that allows you to run arbitrary SQL statements and diagnostics against databases without needing to write a complete Perl program.
Diffstat (limited to 'databases/p5-DBI-Shell/Makefile')
-rw-r--r--databases/p5-DBI-Shell/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/databases/p5-DBI-Shell/Makefile b/databases/p5-DBI-Shell/Makefile
new file mode 100644
index 00000000000..252afa2fa0a
--- /dev/null
+++ b/databases/p5-DBI-Shell/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/22 01:38:58 minskim Exp $
+#
+
+DISTNAME= DBI-Shell-11.9
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5dbi
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBI/}
+
+MAINTAINER= eric@cirr.com
+HOMEPAGE= http://www.perldoc.com/perl5.6.1/lib/DBI/Shell.html
+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
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/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"