diff options
author | he <he@pkgsrc.org> | 2004-12-20 23:28:53 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2004-12-20 23:28:53 +0000 |
commit | 2794b8d4e32420ec4ce03c0ba31e46c5186d85af (patch) | |
tree | 107a32d51f335bff201a76068e0a15235eaf8a0b /databases/p5-SQL-Abstract | |
parent | 795daa923fe3487448091dd75e21ad6eab986c91 (diff) | |
download | pkgsrc-2794b8d4e32420ec4ce03c0ba31e46c5186d85af.tar.gz |
Import p5-SQL-Abstract version 1.17.
Description:
This module was inspired by the excellent the DBIx::Abstract manpage.
However, in using that module I found that what I really wanted to do
was generate SQL, but still retain complete control over my statement
handles and use the DBI interface. So, I set out to create an abstract
SQL generation module.
Diffstat (limited to 'databases/p5-SQL-Abstract')
-rw-r--r-- | databases/p5-SQL-Abstract/DESCR | 5 | ||||
-rw-r--r-- | databases/p5-SQL-Abstract/Makefile | 18 | ||||
-rw-r--r-- | databases/p5-SQL-Abstract/PLIST | 1 | ||||
-rw-r--r-- | databases/p5-SQL-Abstract/distinfo | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/databases/p5-SQL-Abstract/DESCR b/databases/p5-SQL-Abstract/DESCR new file mode 100644 index 00000000000..5d8fb84403f --- /dev/null +++ b/databases/p5-SQL-Abstract/DESCR @@ -0,0 +1,5 @@ +This module was inspired by the excellent the DBIx::Abstract manpage. +However, in using that module I found that what I really wanted to do +was generate SQL, but still retain complete control over my statement +handles and use the DBI interface. So, I set out to create an abstract +SQL generation module. diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile new file mode 100644 index 00000000000..dcf8015f69d --- /dev/null +++ b/databases/p5-SQL-Abstract/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/12/20 23:28:53 he Exp $ +# + +DISTNAME= SQL-Abstract-1.17 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5sqa +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/} + +MAINTAINER= he@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/SQL-Abstract/ +COMMENT= Generate SQL from Perl data structures + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/SQL/Abstract/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-SQL-Abstract/PLIST b/databases/p5-SQL-Abstract/PLIST new file mode 100644 index 00000000000..9cdede340d0 --- /dev/null +++ b/databases/p5-SQL-Abstract/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/20 23:28:53 he Exp $ diff --git a/databases/p5-SQL-Abstract/distinfo b/databases/p5-SQL-Abstract/distinfo new file mode 100644 index 00000000000..6f3b88639d5 --- /dev/null +++ b/databases/p5-SQL-Abstract/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/12/20 23:28:53 he Exp $ + +SHA1 (SQL-Abstract-1.17.tar.gz) = 288ac2793cba2c9b9d0795ed50d0943e9fd32796 +Size (SQL-Abstract-1.17.tar.gz) = 20000 bytes |