diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2012-08-22 14:54:09 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2012-08-22 14:54:09 +0000 |
commit | 6baa110b8d1e0832584bbc66e9c1bc32e35ef676 (patch) | |
tree | 050c4f3ebecb9677c78a58700e2ca3df8df04492 /databases/p5-DBIx-Class-DeploymentHandler/Makefile | |
parent | a30a2fd1405350062c314bbf1c0a58b7cee97d39 (diff) |
Notes
Diffstat (limited to 'databases/p5-DBIx-Class-DeploymentHandler/Makefile')
-rw-r--r-- | databases/p5-DBIx-Class-DeploymentHandler/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/databases/p5-DBIx-Class-DeploymentHandler/Makefile b/databases/p5-DBIx-Class-DeploymentHandler/Makefile index 6a11bfd6a817..06a0f8050d54 100644 --- a/databases/p5-DBIx-Class-DeploymentHandler/Makefile +++ b/databases/p5-DBIx-Class-DeploymentHandler/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBIx-Class-DeploymentHandler -PORTVERSION= 0.002115 +PORTVERSION= 0.002201 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,17 +19,20 @@ RUN_DEPENDS= \ p5-Context-Preserve>0:${PORTSDIR}/devel/p5-Context-Preserve \ p5-DBD-SQLite>=1.35:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-DBIx-Class>=0.08121:${PORTSDIR}/databases/p5-DBIx-Class \ - p5-Log-Contextual>=0.00300:${PORTSDIR}/devel/p5-Log-Contextual \ + p5-Log-Contextual>=0.004200:${PORTSDIR}/devel/p5-Log-Contextual \ p5-Method-Signatures-Simple>=0.05:${PORTSDIR}/devel/p5-Method-Signatures-Simple \ p5-Moose>=1.0:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Role-Parameterized>=0.18:${PORTSDIR}/devel/p5-MooseX-Role-Parameterized \ p5-SQL-Translator>=0.11005:${PORTSDIR}/databases/p5-SQL-Translator \ + p5-Sub-Exporter-Progressive>0:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive \ + p5-Text-Brew>=0.02:${PORTSDIR}/textproc/p5-Text-Brew \ p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \ p5-aliased>0:${PORTSDIR}/devel/p5-aliased \ p5-namespace-autoclean>0:${PORTSDIR}/devel/p5-namespace-autoclean \ p5-parent>=0.225:${PORTSDIR}/devel/p5-parent BUILD_DEPENDS:= ${RUN_DEPENDS} -TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ +TEST_DEPENDS= \ + p5-Test-Fatal>=0.006:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-Requires>=0.06:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple @@ -45,6 +48,7 @@ MAN3= DBIx::Class::DeploymentHandler.3 \ DBIx::Class::DeploymentHandler::HandlesDeploy.3 \ DBIx::Class::DeploymentHandler::HandlesVersionStorage.3 \ DBIx::Class::DeploymentHandler::HandlesVersioning.3 \ + DBIx::Class::DeploymentHandler::LogImporter.3 \ DBIx::Class::DeploymentHandler::Logger.3 \ DBIx::Class::DeploymentHandler::Manual::CatalystIntro.3 \ DBIx::Class::DeploymentHandler::Manual::Intro.3 \ |