forked from Lainports/freebsd-ports
databases/p5-DBIx-DisconnectAll: Add p5-DBIx-DisconnectAll 0.03
DBIx::DisconnectAll is utility module to disconnect all connected databases. DBI has DBI->disconnect_all methods, but some DBD modules does not support it, so DBI->disconnect_all is undocumented yet and unusable. DBIx::DisconnectAll realizes disconnect_all from DBI's public API. WWW: https://metacpan.org/dist/DBIx-DisconnectAll
This commit is contained in:
parent
c0bca1a668
commit
4f636753cc
5 changed files with 40 additions and 0 deletions
|
|
@ -384,6 +384,7 @@
|
|||
SUBDIR += p5-DBIx-DBHResolver
|
||||
SUBDIR += p5-DBIx-DBSchema
|
||||
SUBDIR += p5-DBIx-DataSource
|
||||
SUBDIR += p5-DBIx-DisconnectAll
|
||||
SUBDIR += p5-DBIx-Dump
|
||||
SUBDIR += p5-DBIx-HA
|
||||
SUBDIR += p5-DBIx-Handler
|
||||
|
|
|
|||
26
databases/p5-DBIx-DisconnectAll/Makefile
Normal file
26
databases/p5-DBIx-DisconnectAll/Makefile
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= DBIx-DisconnectAll
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Disconnect all databases
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-DBD-SQLite>=1.33:databases/p5-DBD-SQLite \
|
||||
p5-DBI>=1.604:databases/p5-DBI
|
||||
TEST_DEPENDS= p5-Test-Requires>=0:devel/p5-Test-Requires
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
databases/p5-DBIx-DisconnectAll/distinfo
Normal file
3
databases/p5-DBIx-DisconnectAll/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1626542048
|
||||
SHA256 (DBIx-DisconnectAll-0.03.tar.gz) = 3b942a7b96a891ab7425cb5aa57d68e1e61a29af7963df9c38acdfd37348e7c4
|
||||
SIZE (DBIx-DisconnectAll-0.03.tar.gz) = 11576
|
||||
8
databases/p5-DBIx-DisconnectAll/pkg-descr
Normal file
8
databases/p5-DBIx-DisconnectAll/pkg-descr
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
DBIx::DisconnectAll is utility module to disconnect all connected databases.
|
||||
|
||||
DBI has DBI->disconnect_all methods, but some DBD modules does not support it,
|
||||
so DBI->disconnect_all is undocumented yet and unusable.
|
||||
|
||||
DBIx::DisconnectAll realizes disconnect_all from DBI's public API.
|
||||
|
||||
WWW: https://metacpan.org/dist/DBIx-DisconnectAll
|
||||
2
databases/p5-DBIx-DisconnectAll/pkg-plist
Normal file
2
databases/p5-DBIx-DisconnectAll/pkg-plist
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/DBIx/DisconnectAll.pm
|
||||
%%PERL5_MAN3%%/DBIx::DisconnectAll.3.gz
|
||||
Loading…
Add table
Reference in a new issue