mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
databases/p5-DBIx-Class-Storage-TxnEndHook: create port
DBIx::Class::Storage::TxnEndHook is transaction hook provider for DBIx::Class. WWW: https://metacpan.org/release/DBIx-Class-Storage-TxnEndHook PR: 229083 Submitted by: Tomohiro Hosaka <bokutin@bokut.in>
This commit is contained in:
@@ -378,6 +378,7 @@
|
||||
SUBDIR += p5-DBIx-Class-Schema-Config
|
||||
SUBDIR += p5-DBIx-Class-Schema-Loader
|
||||
SUBDIR += p5-DBIx-Class-Schema-PopulateMore
|
||||
SUBDIR += p5-DBIx-Class-Storage-TxnEndHook
|
||||
SUBDIR += p5-DBIx-Class-TimeStamp
|
||||
SUBDIR += p5-DBIx-Class-Tree
|
||||
SUBDIR += p5-DBIx-Class-Tree-NestedSet
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= DBIx-Class-Storage-TxnEndHook
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= bokutin@bokut.in
|
||||
COMMENT= Transaction hook provider for DBIx::Class
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Module-Build>=0.38:devel/p5-Module-Build
|
||||
RUN_DEPENDS= p5-DBIx-Class>=0:databases/p5-DBIx-Class \
|
||||
p5-Try-Tiny>=0:lang/p5-Try-Tiny
|
||||
TEST_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
|
||||
p5-DBI>=0:databases/p5-DBI \
|
||||
p5-Test-Fatal>=0:devel/p5-Test-Fatal
|
||||
|
||||
USES= perl5
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PERL5= modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1525338992
|
||||
SHA256 (DBIx-Class-Storage-TxnEndHook-0.01.tar.gz) = d08261713d266565ec40b18ce85d40e6b720c6d771df02e1b7586db078de8842
|
||||
SIZE (DBIx-Class-Storage-TxnEndHook-0.01.tar.gz) = 11189
|
||||
@@ -0,0 +1,3 @@
|
||||
DBIx::Class::Storage::TxnEndHook is transaction hook provider for DBIx::Class.
|
||||
|
||||
WWW: https://metacpan.org/release/DBIx-Class-Storage-TxnEndHook
|
||||
@@ -0,0 +1,4 @@
|
||||
%%SITE_PERL%%/DBIx/Class/Schema/TxnEndHook.pm
|
||||
%%SITE_PERL%%/DBIx/Class/Storage/TxnEndHook.pm
|
||||
%%PERL5_MAN3%%/DBIx::Class::Schema::TxnEndHook.3.gz
|
||||
%%PERL5_MAN3%%/DBIx::Class::Storage::TxnEndHook.3.gz
|
||||
Reference in New Issue
Block a user