From b678fb16fdb20503a4510bca8b7603a790cd2b13 Mon Sep 17 00:00:00 2001 From: sno Date: Sun, 14 Jun 2009 22:36:41 +0000 Subject: Importing package for p5 module Tie::DBI 1.02. This module allows you to tie Perl associative arrays (hashes) to SQL databases using the DBI interface. The tied hash is associated with a table in a local or networked database. One column becomes the hash key. Each row of the table becomes an associative array, from which individual fields can be set or retrieved. --- databases/p5-Tie-DBI/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 databases/p5-Tie-DBI/Makefile (limited to 'databases/p5-Tie-DBI/Makefile') diff --git a/databases/p5-Tie-DBI/Makefile b/databases/p5-Tie-DBI/Makefile new file mode 100644 index 00000000000..cdd89573ec2 --- /dev/null +++ b/databases/p5-Tie-DBI/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/06/14 22:36:41 sno Exp $ +# + +DISTNAME= Tie-DBI-1.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Tie-DBI/ +COMMENT= Tie hashes to DBI relational databases + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Encode-[0-9]*:../../textproc/p5-Encode + +PERL5_PACKLIST= auto/Tie/DBI/.packlist + +.include "../../databases/p5-DBI/buildlink3.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3