mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix Incorrect dependency list.
bump portrevision. PR: ports/133181 Submitted by: lbr@
This commit is contained in:
parent
6837367be6
commit
a7164bf6ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231249
1 changed files with 4 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Catalyst-Controller-HTML-FormFu
|
||||
PORTVERSION= 0.03007
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,11 +15,13 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= az@FreeBSD.org
|
||||
COMMENT= Catalyst FormFu Base Controller
|
||||
|
||||
RUN_DEPENDS= p5-HTML-FormFu>=0.03000:${PORTSDIR}/www/p5-HTML-FormFu \
|
||||
RUN_DEPENDS= p5-HTML-FormFu>=0.03007:${PORTSDIR}/www/p5-HTML-FormFu \
|
||||
p5-Catalyst-Runtime>=5.7:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
||||
p5-Catalyst-Component-InstancePerContext>=0:${PORTSDIR}/www/p5-Catalyst-Component-InstancePerContext \
|
||||
p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \
|
||||
p5-Regexp-Assemble>=0:${PORTSDIR}/devel/p5-Regexp-Assemble \
|
||||
p5-NEXT>=0:${PORTSDIR}/devel/p5-NEXT \
|
||||
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue