View | Details | Raw Unified | Return to bug 229145
Collapse All | Expand All

(-)head/databases/p5-Scope-Container-DBI/Makefile (+25 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	Scope-Container-DBI
4
PORTVERSION=	0.09
5
CATEGORIES=	databases perl5
6
MASTER_SITES=	CPAN
7
PKGNAMEPREFIX=	p5-
8
9
MAINTAINER=	bokutin@bokut.in
10
COMMENT=	DB connection manager with Scope::Container
11
12
LICENSE=	ART10 GPLv1+
13
LICENSE_COMB=	dual
14
15
RUN_DEPENDS=	p5-DBI>=1.615:databases/p5-DBI \
16
		p5-Log-Minimal>=0:devel/p5-Log-Minimal \
17
		p5-Scope-Container>=0.04:devel/p5-Scope-Container \
18
		p5-Try-Tiny>=0.11:lang/p5-Try-Tiny
19
TEST_DEPENDS=	p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
20
		p5-Test-SharedFork>=0:devel/p5-Test-SharedFork
21
22
USES=		perl5
23
USE_PERL5=	configure
24
25
.include <bsd.port.mk>
(-)head/databases/p5-Scope-Container-DBI/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1529395097
2
SHA256 (Scope-Container-DBI-0.09.tar.gz) = 3d3af3fb4a7afbbef517dd8019686c3b45c1be332dff476e7a2f2e12bb537162
3
SIZE (Scope-Container-DBI-0.09.tar.gz) = 23578
(-)head/databases/p5-Scope-Container-DBI/pkg-descr (+3 lines)
Line 0 Link Here
1
DB connection manager with Scope::Container
2
3
WWW: https://metacpan.org/release/Scope-Container-DBI
(-)head/databases/p5-Scope-Container-DBI/pkg-plist (+2 lines)
Line 0 Link Here
1
%%SITE_PERL%%/Scope/Container/DBI.pm
2
%%PERL5_MAN3%%/Scope::Container::DBI.3.gz

Return to bug 229145