1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Fix RUN_DEPENDS

- Bump PORTREVISION for dependency change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-04-20 04:44:56 +00:00
parent b9ba2c6943
commit 3ebe73644d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295139

View File

@ -7,7 +7,7 @@
PORTNAME= DBIx-Class-Schema-PopulateMore
PORTVERSION= 0.17
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -22,7 +22,6 @@ BUILD_DEPENDS= p5-Data-Visitor>=0.27:${PORTSDIR}/devel/p5-Data-Visitor \
RUN_DEPENDS= p5-Data-Visitor>=0.27:${PORTSDIR}/devel/p5-Data-Visitor \
p5-DateTimeX-Easy>=0.089:${PORTSDIR}/devel/p5-DateTimeX-Easy \
p5-List-MoreUtils>=0.30:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-Module-Pluggable>=3.9:${PORTSDIR}/devel/p5-Module-Pluggable \
p5-Moose>=1.24:${PORTSDIR}/devel/p5-Moose
TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \