Add p5-DBIx-Simple from wip, packaged by ficovh@yahoo.com.

DBIx::Simple provides a simplified interface to DBI, Perl's powerful
database module.

This module is aimed at rapid development and easy maintenance. Query
preparation and execution are combined in a single method the result
object (which is a wrapper around the statement handle) provides easy
row-by-row and slurping methods.
This commit is contained in:
schmonz 2024-01-10 16:32:16 +00:00
parent 866e77cf90
commit d1c71f324a
3 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,7 @@
DBIx::Simple provides a simplified interface to DBI, Perl's powerful
database module.
This module is aimed at rapid development and easy maintenance. Query
preparation and execution are combined in a single method the result
object (which is a wrapper around the statement handle) provides easy
row-by-row and slurping methods.

View File

@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.1 2024/01/10 16:32:16 schmonz Exp $
DISTNAME= DBIx-Simple-1.37
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
MAINTAINER= ficovh@yahoo.com
HOMEPAGE= https://metacpan.org/pod/DBIx::Simple
COMMENT= Very complete easy-to-use OO interface to DBI
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-DBI>=1.21:../../databases/p5-DBI
PERL5_PACKLIST= auto/DBIx/Simple/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2024/01/10 16:32:16 schmonz Exp $
BLAKE2s (DBIx-Simple-1.37.tar.gz) = e4331dc0e7da9261f8715c2da9c4a763f3bd2dde0c85d96555cf407dca6e1ae4
SHA512 (DBIx-Simple-1.37.tar.gz) = f79b26bf52db33629950bc95f6c17dd13a2af135deeaf6ff5b0570ad852911fd0d27196636e605a93e9b3d740699110f2ece7abc24fcbbfd08a2f3ddce5d65b0
Size (DBIx-Simple-1.37.tar.gz) = 20397 bytes