summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-DisconnectAll/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-19 01:46:40 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-19 01:46:40 +0800
commit4f636753cc3ed36059d5b658f37403df607ef3d9 (patch)
tree1c859f6bd87a9b744ce8f19f31adb84d06924130 /databases/p5-DBIx-DisconnectAll/Makefile
parentjapanese/font-firge{,-nerd}: Hook two new ports to the build. (diff)
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
Diffstat (limited to 'databases/p5-DBIx-DisconnectAll/Makefile')
-rw-r--r--databases/p5-DBIx-DisconnectAll/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/databases/p5-DBIx-DisconnectAll/Makefile b/databases/p5-DBIx-DisconnectAll/Makefile
new file mode 100644
index 000000000000..dd9e038b119f
--- /dev/null
+++ b/databases/p5-DBIx-DisconnectAll/Makefile
@@ -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>