diff options
author | pi <pi@FreeBSD.org> | 2018-06-21 03:29:54 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2018-06-21 03:29:54 +0800 |
commit | b1782b95b2082036dcdbf4ce4c216c203a5fba80 (patch) | |
tree | 145ead61cf05635f8abf62a6a7aaac9ea98eb458 /databases | |
parent | 5a7b9ac29d39f9dce6185b40183e8d2263b093c5 (diff) | |
download | freebsd-ports-gnome-b1782b95b2082036dcdbf4ce4c216c203a5fba80.tar.gz freebsd-ports-gnome-b1782b95b2082036dcdbf4ce4c216c203a5fba80.tar.zst freebsd-ports-gnome-b1782b95b2082036dcdbf4ce4c216c203a5fba80.zip |
New port: databases/p5-Scope-Container-DBI
DB connection manager with Scope::Container
WWW: https://metacpan.org/release/Scope-Container-DBI
PR: 229145
Submitted by: Tomohiro Hosaka <bokutin@bokut.in>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-Scope-Container-DBI/Makefile | 27 | ||||
-rw-r--r-- | databases/p5-Scope-Container-DBI/distinfo | 3 | ||||
-rw-r--r-- | databases/p5-Scope-Container-DBI/pkg-descr | 3 |
4 files changed, 34 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 72647f268654..655db5a49a8d 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -494,7 +494,7 @@ SUBDIR += p5-SQL-Statement SUBDIR += p5-SQL-Translator SUBDIR += p5-SQLite-Work - SUBDIR += p5-Search-InvertedIndex + SUBDIR += p5-Scope-Container-DBI SUBDIR += p5-Search-Namazu SUBDIR += p5-Search-Xapian10 SUBDIR += p5-Search-Xapian12 diff --git a/databases/p5-Scope-Container-DBI/Makefile b/databases/p5-Scope-Container-DBI/Makefile new file mode 100644 index 000000000000..8bc2243a6a62 --- /dev/null +++ b/databases/p5-Scope-Container-DBI/Makefile @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= Scope-Container-DBI +PORTVERSION= 0.09 +CATEGORIES= databases perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= bokutin@bokut.in +COMMENT= DB connection manager with Scope::Container + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +RUN_DEPENDS= p5-DBI>=1.615:databases/p5-DBI \ + p5-Log-Minimal>=0:devel/p5-Log-Minimal \ + p5-Scope-Container>=0.04:devel/p5-Scope-Container \ + p5-Try-Tiny>=0.11:lang/p5-Try-Tiny +TEST_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \ + p5-Test-SharedFork>=0:devel/p5-Test-SharedFork + +USES= perl5 +USE_PERL5= configure +PLIST_FILES= ${SITE_PERL_REL}/Scope/Container/DBI.pm \ + ${SITE_MAN3_REL}/Scope::Container::DBI.3.gz + +.include <bsd.port.mk> diff --git a/databases/p5-Scope-Container-DBI/distinfo b/databases/p5-Scope-Container-DBI/distinfo new file mode 100644 index 000000000000..f64eacd389c1 --- /dev/null +++ b/databases/p5-Scope-Container-DBI/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1529395097 +SHA256 (Scope-Container-DBI-0.09.tar.gz) = 3d3af3fb4a7afbbef517dd8019686c3b45c1be332dff476e7a2f2e12bb537162 +SIZE (Scope-Container-DBI-0.09.tar.gz) = 23578 diff --git a/databases/p5-Scope-Container-DBI/pkg-descr b/databases/p5-Scope-Container-DBI/pkg-descr new file mode 100644 index 000000000000..06ae74cc61c4 --- /dev/null +++ b/databases/p5-Scope-Container-DBI/pkg-descr @@ -0,0 +1,3 @@ +DB connection manager with Scope::Container + +WWW: https://metacpan.org/release/Scope-Container-DBI |