mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- add BUILD_DEPENDS to silence build warnings
PR: ports/159858 Submitted by: swills (me) Approved by: maintainer timeout (miwi, >6 weeks)
This commit is contained in:
parent
2a7232832d
commit
8dcc28bea8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282345
@ -17,7 +17,8 @@ COMMENT= Perl 5 module to automatically create a DBIx::Class mapping table
|
||||
|
||||
RUN_DEPENDS= p5-Moose>=0.39:${PORTSDIR}/devel/p5-Moose
|
||||
BUILD_DEPENDS= p5-DBIx-Class>=0.07003:${PORTSDIR}/databases/p5-DBIx-Class \
|
||||
p5-DBICx-TestDatabase>=0.02:${PORTSDIR}/databases/p5-DBICx-TestDatabase
|
||||
p5-DBICx-TestDatabase>=0.02:${PORTSDIR}/databases/p5-DBICx-TestDatabase \
|
||||
p5-Moose>=0.39:${PORTSDIR}/devel/p5-Moose
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user