diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-02-12 02:04:25 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-02-12 02:04:25 +0000 |
commit | b021d192b2bccedd68a0dbdfe2cc082feb836ba9 (patch) | |
tree | 0d7dfd8079710026b8a1fc43feac12db9bfb1066 /databases/p5-DBIx-Sunny/Makefile | |
parent | 87f6e69e199369915d5633b575f0a4dfe2ca2280 (diff) | |
download | ports-b021d192b2bccedd68a0dbdfe2cc082feb836ba9.tar.gz ports-b021d192b2bccedd68a0dbdfe2cc082feb836ba9.zip |
Notes
Diffstat (limited to 'databases/p5-DBIx-Sunny/Makefile')
-rw-r--r-- | databases/p5-DBIx-Sunny/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/p5-DBIx-Sunny/Makefile b/databases/p5-DBIx-Sunny/Makefile index 3412cb3e98d6..11c0cff85648 100644 --- a/databases/p5-DBIx-Sunny/Makefile +++ b/databases/p5-DBIx-Sunny/Makefile @@ -29,9 +29,10 @@ RUN_DEPENDS= p5-DBI>=1.615:${PORTSDIR}/databases/p5-DBI \ p5-DBIx-TransactionManager>=0:${PORTSDIR}/databases/p5-DBIx-TransactionManager \ p5-Data-Validator>=0:${PORTSDIR}/devel/p5-Data-Validator -TEST_DEPENDS= p5-DBD-SQLite>=1.27:${PORTSDIR}/databases/p5-DBD-SQLite \ +TEST_DEPENDS= p5-DBD-SQLite>=1.31:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ - p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny + p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ + p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple PERL_CONFIGURE= yes |