mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- adds dependencies which required for TEST_DEPENDS.
PR: ports/166705 Submitted by: Mel Flynn <rflynn@acsalaska.net> Feature safe: yes
This commit is contained in:
parent
1f1f7521d7
commit
a1b203f60c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294307
@ -25,7 +25,9 @@ LIB_DEPENDS= zmq.1:${PORTSDIR}/devel/zmq \
|
|||||||
|
|
||||||
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
|
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
|
||||||
p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires \
|
p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires \
|
||||||
p5-Test-TCP>=1.08:${PORTSDIR}/devel/p5-Test-TCP
|
p5-Test-TCP>=1.08:${PORTSDIR}/devel/p5-Test-TCP \
|
||||||
|
p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
|
||||||
|
p5-JSON>=2.00:${PORTSDIR}/converters/p5-JSON
|
||||||
|
|
||||||
USE_GNOME= pkgconfig
|
USE_GNOME= pkgconfig
|
||||||
|
|
||||||
@ -40,7 +42,13 @@ MAN3= \
|
|||||||
ZeroMQ::Poller.3 \
|
ZeroMQ::Poller.3 \
|
||||||
ZeroMQ::Message.3
|
ZeroMQ::Message.3
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${PERL_LEVEL} < 501400
|
||||||
|
TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${PERL} -pi -e "s/lib => 'zmq',//" ${WRKSRC}/Makefile.PL
|
@${PERL} -pi -e "s/lib => 'zmq',//" ${WRKSRC}/Makefile.PL
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user