diff options
author | swills <swills@FreeBSD.org> | 2012-01-30 07:11:55 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-01-30 07:11:55 +0800 |
commit | b3d67aa5f719e9c857582f36859520a7ff2a627b (patch) | |
tree | dea40b8ec650ec70040c5a73585b5dbde6f3647e /databases/p5-DBIx-VersionedDDL | |
parent | c76b7b9c6f1f92d055ba894bc81ec17f24f17648 (diff) | |
download | freebsd-ports-gnome-b3d67aa5f719e9c857582f36859520a7ff2a627b.tar.gz freebsd-ports-gnome-b3d67aa5f719e9c857582f36859520a7ff2a627b.tar.zst freebsd-ports-gnome-b3d67aa5f719e9c857582f36859520a7ff2a627b.zip |
- Correct BUILD_DEPENDS and RUN_DEPENDS
PR: ports/164485
Submitted by: swills (myself)
Approved by: Alan Snelson <Alan@Wave2.org> (maintainer)
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 |