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> |