diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-01-29 23:11:55 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-01-29 23:11:55 +0000 |
commit | 78c34d73805f2ce08d6e5e1e8bf12c9428a07e2a (patch) | |
tree | c5059f0bf1a2f4a7aa2e5d417f9300f660259c42 /databases/p5-DBIx-VersionedDDL | |
parent | 1a3052ace3277cdb0ed28a95966852766bc77649 (diff) | |
download | ports-78c34d73805f2ce08d6e5e1e8bf12c9428a07e2a.tar.gz ports-78c34d73805f2ce08d6e5e1e8bf12c9428a07e2a.zip |
Notes
Diffstat (limited to 'databases/p5-DBIx-VersionedDDL')
-rw-r--r-- | databases/p5-DBIx-VersionedDDL/Makefile | 9 |
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 |