Update version requirement of *_DEPENDS

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-12-19 20:17:17 +00:00
parent 77be0ffc45
commit c53641c0cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558594

View file

@ -13,8 +13,8 @@ COMMENT= Manipulate structured data definitions (SQL and more)
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS} \
p5-File-ShareDir-Install>=0:devel/p5-File-ShareDir-Install
BUILD_DEPENDS= p5-File-ShareDir-Install>=0:devel/p5-File-ShareDir-Install \
${RUN_DEPENDS}
RUN_DEPENDS= p5-Carp-Clan>=0:devel/p5-Carp-Clan \
p5-DBI>=1.54:databases/p5-DBI \
p5-File-ShareDir>=1:devel/p5-File-ShareDir \
@ -44,7 +44,7 @@ DIAGRAM_DESC= Diagram generation support
DIAGRAM_BUILD_DEPENDS= ${DIAGRAM_RUN_DEPENDS}
DIAGRAM_RUN_DEPENDS= p5-GD>=0:graphics/p5-GD \
p5-Graph>=0:math/p5-Graph \
p5-Graph>=0,1:math/p5-Graph \
p5-GraphViz>=0:graphics/p5-GraphViz
.include <bsd.port.mk>