diff options
author | sno <sno@pkgsrc.org> | 2010-07-31 07:11:05 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-07-31 07:11:05 +0000 |
commit | 910b4385d5896ac6ccf3204285f01f791c128cb0 (patch) | |
tree | 8717b4ce1b7fefd5084832bef596f3ab16413537 /databases/p5-DBIx-Connector/Makefile | |
parent | 18b3e666cc2bd8f92eb4f031c5530f3221f2f1e8 (diff) | |
download | pkgsrc-910b4385d5896ac6ccf3204285f01f791c128cb0.tar.gz |
Importing package for DBIx::Connector 0.35 into databases/p5-DBIx-Connector.
DBIx::Connector provides a simple interface for fast and safe DBI connection
and transaction management. Connecting to a database can be expensive; you
don't want your application to re-connect every time you need to run a query.
The efficient thing to do is to hang on to a database handle to maintain a
connection to the database in order to minimize that overhead.
DBIx::Connector lets you do that without having to worry about dropped or
corrupted connections.
Diffstat (limited to 'databases/p5-DBIx-Connector/Makefile')
-rw-r--r-- | databases/p5-DBIx-Connector/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Connector/Makefile b/databases/p5-DBIx-Connector/Makefile new file mode 100644 index 00000000000..7d353581f01 --- /dev/null +++ b/databases/p5-DBIx-Connector/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/31 07:11:05 sno Exp $ +# + +DISTNAME= DBIx-Connector-0.35 +PKGNAME= p5-${DISTNAME} +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/DBIx-Connector/ +COMMENT= Fast, safe DBI connection and transaction management +LICENSE= ${PERL5_LICENSE} + +BUILD_DEPENDS+= p5-Test-MockModule>=0.05:../../devel/p5-Test-MockModule + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/DBIx/Connector/.packlist +PERL5_MODULE_TYPE= Module::Build + +.include "../../databases/p5-DBI/buildlink3.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |