summaryrefslogtreecommitdiff
path: root/databases/p5-Rose-DBx-AutoReconnect/Makefile
diff options
context:
space:
mode:
authorhe <he>2008-12-17 00:44:06 +0000
committerhe <he>2008-12-17 00:44:06 +0000
commit9c4110be6b1626209244824430c6286cd2895dbf (patch)
treec42aad6437b39b073767b181ad742a2ca434f5ae /databases/p5-Rose-DBx-AutoReconnect/Makefile
parent38fab4f4787272832007bc07d7c70ef795615479 (diff)
downloadpkgsrc-9c4110be6b1626209244824430c6286cd2895dbf.tar.gz
Import p5-Rose-DBx-AutoReconnect version 0.02.
Rose::DBx::AutoReconnect is a subclass of Rose::DB. Additional features include: * If using new_or_cached() method, will ping() dbh on every fetch from cache to ensure that the dbh is connected. This extends the basic Rose::DB::Cache behaviour beyond mod_perl/Apache::DBI. * Convenient logger() method for debugging. * Always uses DBI connect_cached() method when creating handles. Rose::DBx::AutoReconnect was written to allow new_or_cached() to work with MySQL's "morning bug" and to allow for restarting your database without restarting your application. See also Rose::DBx::Cache::Anywhere.
Diffstat (limited to 'databases/p5-Rose-DBx-AutoReconnect/Makefile')
-rw-r--r--databases/p5-Rose-DBx-AutoReconnect/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/p5-Rose-DBx-AutoReconnect/Makefile b/databases/p5-Rose-DBx-AutoReconnect/Makefile
new file mode 100644
index 00000000000..b21891f70e6
--- /dev/null
+++ b/databases/p5-Rose-DBx-AutoReconnect/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/12/17 00:44:06 he Exp $
+#
+
+DISTNAME= Rose-DBx-AutoReconnect-0.02
+SVR4_PKGNAME= p5rda
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Rose-DBx-AutoReconnect/
+COMMENT= Perl5 module for Rose::DB with auto-reconnect to server
+
+DEPENDS+= p5-Rose-DB>=0.743:../../databases/p5-Rose-DB
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/Rose/DBx/AutoReconnect/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"