summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-VersionedDDL
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-01-29 23:11:55 +0000
committerSteve Wills <swills@FreeBSD.org>2012-01-29 23:11:55 +0000
commit78c34d73805f2ce08d6e5e1e8bf12c9428a07e2a (patch)
treec5059f0bf1a2f4a7aa2e5d417f9300f660259c42 /databases/p5-DBIx-VersionedDDL
parent- Add TEST_DEPENDS (diff)
- Correct BUILD_DEPENDS and RUN_DEPENDS
PR: ports/164485 Submitted by: swills (myself) Approved by: Alan Snelson <Alan@Wave2.org> (maintainer)
Notes
Notes: svn path=/head/; revision=290067
Diffstat (limited to 'databases/p5-DBIx-VersionedDDL')
-rw-r--r--databases/p5-DBIx-VersionedDDL/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/databases/p5-DBIx-VersionedDDL/Makefile b/databases/p5-DBIx-VersionedDDL/Makefile
index 201998e32861..03eb1c234d76 100644
--- a/databases/p5-DBIx-VersionedDDL/Makefile
+++ b/databases/p5-DBIx-VersionedDDL/Makefile
@@ -7,6 +7,7 @@
PORTNAME= DBIx-VersionedDDL
PORTVERSION= 0.16
+PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,10 +15,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= Alan@Wave2.org
COMMENT= Upgrade and downgrade database schemas to a specified version
+BUILD_DEPENDS= p5-DBD-SQLite>=1.31:${PORTSDIR}/databases/p5-DBD-SQLite \
+ p5-Moose>=1.21:${PORTSDIR}/devel/p5-Moose \
+ p5-Text-CSV>=1.20:${PORTSDIR}/textproc/p5-Text-CSV \
+ p5-MooseX-Attribute-ENV>=0.01:${PORTSDIR}/devel/p5-MooseX-Attribute-ENV \
+ p5-MooseX-Object-Pluggable>=0:${PORTSDIR}/devel/p5-MooseX-Object-Pluggable
RUN_DEPENDS= p5-DBD-SQLite>=1.31:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-Moose>=1.21:${PORTSDIR}/devel/p5-Moose \
p5-Text-CSV>=1.20:${PORTSDIR}/textproc/p5-Text-CSV \
- p5-MooseX-Attribute-ENV>=0.01:${PORTSDIR}/devel/p5-MooseX-Attribute-ENV
+ p5-MooseX-Attribute-ENV>=0.01:${PORTSDIR}/devel/p5-MooseX-Attribute-ENV \
+ p5-MooseX-Object-Pluggable>=0:${PORTSDIR}/devel/p5-MooseX-Object-Pluggable
PERL_CONFIGURE= yes