aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Handler
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-08 20:43:39 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-08 20:43:39 +0000
commit5e82505d984890e548c07cfa7b9786bea9554250 (patch)
treec0551d5e9401ae37eee437e8d56c9779c6ca8268 /databases/p5-DBIx-Handler
parent724ba4b8b15196ce27a63da036ecc9652b8a7e55 (diff)
downloadports-5e82505d984890e548c07cfa7b9786bea9554250.tar.gz
ports-5e82505d984890e548c07cfa7b9786bea9554250.zip
Add p5-DBIx-Handler 0.14
DBIx::Handler is fork-safe and easy transaction handling DBI handler. It provides scope base transaction, fork safe dbh handling. WWW: http://search.cpan.org/dist/DBIx-Handler/ - While I'm here: - Add LICENSE_FILE - Add p5-DBI to {BUILD|RUN}_DEPENDS - Move p5-Test-* to TEST_DEPENDS PR: 214293 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
Notes
Notes: svn path=/head/; revision=430895
Diffstat (limited to 'databases/p5-DBIx-Handler')
-rw-r--r--databases/p5-DBIx-Handler/Makefile28
-rw-r--r--databases/p5-DBIx-Handler/distinfo3
-rw-r--r--databases/p5-DBIx-Handler/pkg-descr4
-rw-r--r--databases/p5-DBIx-Handler/pkg-plist2
4 files changed, 37 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Handler/Makefile b/databases/p5-DBIx-Handler/Makefile
new file mode 100644
index 000000000000..e4212432b055
--- /dev/null
+++ b/databases/p5-DBIx-Handler/Makefile
@@ -0,0 +1,28 @@
+# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com>
+# $FreeBSD$
+
+PORTNAME= DBIx-Handler
+PORTVERSION= 0.14
+CATEGORIES= databases perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= svysh.fbsd@gmail.com
+COMMENT= Fork-safe and easy transaction handling DBI handler
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= p5-DBI>=1.605:databases/p5-DBI \
+ p5-DBIx-TransactionManager>=1.09:databases/p5-DBIx-TransactionManager
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
+ p5-Test-Requires>=0:devel/p5-Test-Requires \
+ p5-Test-SharedFork>=0.16:devel/p5-Test-SharedFork
+
+NO_ARCH= yes
+USES= perl5
+USE_PERL5= modbuildtiny
+
+.include <bsd.port.mk>
diff --git a/databases/p5-DBIx-Handler/distinfo b/databases/p5-DBIx-Handler/distinfo
new file mode 100644
index 000000000000..503dfc4ea65d
--- /dev/null
+++ b/databases/p5-DBIx-Handler/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1478493797
+SHA256 (DBIx-Handler-0.14.tar.gz) = b57ec6e0c209efde96fa253aa663a88175cdc2ff62531df165d31140c5fc14f1
+SIZE (DBIx-Handler-0.14.tar.gz) = 15722
diff --git a/databases/p5-DBIx-Handler/pkg-descr b/databases/p5-DBIx-Handler/pkg-descr
new file mode 100644
index 000000000000..e122b1ab2745
--- /dev/null
+++ b/databases/p5-DBIx-Handler/pkg-descr
@@ -0,0 +1,4 @@
+DBIx::Handler is fork-safe and easy transaction handling DBI handler.
+It provides scope base transaction, fork safe dbh handling.
+
+WWW: http://search.cpan.org/dist/DBIx-Handler/
diff --git a/databases/p5-DBIx-Handler/pkg-plist b/databases/p5-DBIx-Handler/pkg-plist
new file mode 100644
index 000000000000..2402fb640486
--- /dev/null
+++ b/databases/p5-DBIx-Handler/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/DBIx/Handler.pm
+%%PERL5_MAN3%%/DBIx::Handler.3.gz