- Convert to new LIB_DEPENDS format
- Remove outdated PERL_LEVEL check - Use single space after WWW: Approved by: portmgr (blanket)
This commit is contained in:
parent
ae4d240808
commit
17dd8df930
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346658
@ -14,11 +14,10 @@ COMMENT= ZeroMQ2 wrapper for Perl
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken
|
||||
BUILD_DEPENDS= p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken
|
||||
LIB_DEPENDS= zmq.1:${PORTSDIR}/net/libzmq2 \
|
||||
uuid:${PORTSDIR}/misc/e2fsprogs-libuuid
|
||||
|
||||
RUN_DEPENDS= p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken
|
||||
LIB_DEPENDS= libzmq.so:${PORTSDIR}/net/libzmq2 \
|
||||
libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
|
||||
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
|
||||
p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires \
|
||||
p5-Test-TCP>=1.08:${PORTSDIR}/devel/p5-Test-TCP \
|
||||
@ -29,13 +28,7 @@ USES= pkgconfig perl5
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501400
|
||||
TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -i '' -e "s/lib => 'zmq',//" ${WRKSRC}/Makefile.PL
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,4 +2,4 @@ The ZeroMQ module is a wrapper of the 0MQ message passing library for Perl.
|
||||
It's a thin wrapper around the C API. Please read http://zeromq.org for more
|
||||
details on ZeroMQ.
|
||||
|
||||
WWW: http://search.cpan.org/dist/ZeroMQ/
|
||||
WWW: http://search.cpan.org/dist/ZeroMQ/
|
||||
|
Loading…
Reference in New Issue
Block a user