Skip to content

Commit d1c71f3

Browse files
committed
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.
1 parent 866e77c commit d1c71f3

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

databases/p5-DBIx-Simple/DESCR

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
DBIx::Simple provides a simplified interface to DBI, Perl's powerful
2+
database module.
3+
4+
This module is aimed at rapid development and easy maintenance. Query
5+
preparation and execution are combined in a single method the result
6+
object (which is a wrapper around the statement handle) provides easy
7+
row-by-row and slurping methods.

databases/p5-DBIx-Simple/Makefile

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# $NetBSD: Makefile,v 1.1 2024/01/10 16:32:16 schmonz Exp $
2+
3+
DISTNAME= DBIx-Simple-1.37
4+
PKGNAME= p5-${DISTNAME}
5+
CATEGORIES= databases perl5
6+
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
7+
8+
MAINTAINER= ficovh@yahoo.com
9+
HOMEPAGE= https://metacpan.org/pod/DBIx::Simple
10+
COMMENT= Very complete easy-to-use OO interface to DBI
11+
LICENSE= ${PERL5_LICENSE}
12+
13+
DEPENDS+= p5-DBI>=1.21:../../databases/p5-DBI
14+
15+
PERL5_PACKLIST= auto/DBIx/Simple/.packlist
16+
USE_LANGUAGES= # none
17+
18+
.include "../../lang/perl5/module.mk"
19+
.include "../../mk/bsd.pkg.mk"

databases/p5-DBIx-Simple/distinfo

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
$NetBSD: distinfo,v 1.1 2024/01/10 16:32:16 schmonz Exp $
2+
3+
BLAKE2s (DBIx-Simple-1.37.tar.gz) = e4331dc0e7da9261f8715c2da9c4a763f3bd2dde0c85d96555cf407dca6e1ae4
4+
SHA512 (DBIx-Simple-1.37.tar.gz) = f79b26bf52db33629950bc95f6c17dd13a2af135deeaf6ff5b0570ad852911fd0d27196636e605a93e9b3d740699110f2ece7abc24fcbbfd08a2f3ddce5d65b0
5+
Size (DBIx-Simple-1.37.tar.gz) = 20397 bytes

0 commit comments

Comments
 (0)