mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
DBI wrapper that helps to deal with databases connection problems
WWW: http://search.cpan.org/dist/DBIx-RetryOverDisconnects/ PR: ports/125339 Submitted by: Vladimir Timofeev <vovkasm at gmail.com>
This commit is contained in:
parent
1b6a397429
commit
5a77ad8d3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216477
@ -282,6 +282,7 @@
|
||||
SUBDIR += p5-DBIx-Password
|
||||
SUBDIR += p5-DBIx-Perlish
|
||||
SUBDIR += p5-DBIx-Recordset
|
||||
SUBDIR += p5-DBIx-RetryOverDisconnects
|
||||
SUBDIR += p5-DBIx-SQLEngine
|
||||
SUBDIR += p5-DBIx-SQLite-Simple
|
||||
SUBDIR += p5-DBIx-SearchBuilder
|
||||
|
25
databases/p5-DBIx-RetryOverDisconnects/Makefile
Normal file
25
databases/p5-DBIx-RetryOverDisconnects/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: DBIx-RetryOverDisconnects
|
||||
# Date created: 06 Jul 2008
|
||||
# Whom: Vladimir Timofeev <vovkasm@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= DBIx-RetryOverDisconnects
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= vovkasm@gmail.com
|
||||
COMMENT= Keeps database connection persistent
|
||||
|
||||
BUILD_DEPENDS= p5-DBI>0:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-Exception-Class>0:${PORTSDIR}/devel/p5-Exception-Class
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= DBIx::RetryOverDisconnects.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/p5-DBIx-RetryOverDisconnects/distinfo
Normal file
3
databases/p5-DBIx-RetryOverDisconnects/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (DBIx-RetryOverDisconnects-0.03.tar.gz) = 6c34684cfce5354af1804cdcad77be54
|
||||
SHA256 (DBIx-RetryOverDisconnects-0.03.tar.gz) = cf3d1dd520079fa56c03929ccac75100a49af8861c8774362b8090c82cd114b4
|
||||
SIZE (DBIx-RetryOverDisconnects-0.03.tar.gz) = 22892
|
3
databases/p5-DBIx-RetryOverDisconnects/pkg-descr
Normal file
3
databases/p5-DBIx-RetryOverDisconnects/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
DBI wrapper that helps to deal with databases connection problems
|
||||
|
||||
WWW: http://search.cpan.org/dist/DBIx-RetryOverDisconnects/
|
5
databases/p5-DBIx-RetryOverDisconnects/pkg-plist
Normal file
5
databases/p5-DBIx-RetryOverDisconnects/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/DBIx/RetryOverDisconnects.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/RetryOverDisconnects/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/RetryOverDisconnects
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
|
||||
@dirrmtry %%SITE_PERL%%/DBIx
|
Loading…
Reference in New Issue
Block a user