diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-02 01:20:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-02 01:20:38 +0800 |
commit | 4946047b54d1f9cf195f1ad1205aa760f2e47714 (patch) | |
tree | e78de03a47cade938291024ec5d8e297526f2909 /net/p5-ZeroMQ | |
parent | 0e692d132817960061a1b9caf04d7229ed1342dd (diff) | |
download | freebsd-ports-gnome-4946047b54d1f9cf195f1ad1205aa760f2e47714.tar.gz freebsd-ports-gnome-4946047b54d1f9cf195f1ad1205aa760f2e47714.tar.zst freebsd-ports-gnome-4946047b54d1f9cf195f1ad1205aa760f2e47714.zip |
- Convert to new LIB_DEPENDS format
- Remove outdated PERL_LEVEL check
- Use single space after WWW:
Approved by: portmgr (blanket)
Diffstat (limited to 'net/p5-ZeroMQ')
-rw-r--r-- | net/p5-ZeroMQ/Makefile | 15 | ||||
-rw-r--r-- | net/p5-ZeroMQ/pkg-descr | 2 |
2 files changed, 5 insertions, 12 deletions
diff --git a/net/p5-ZeroMQ/Makefile b/net/p5-ZeroMQ/Makefile index 109c520716e2..595f37c5523d 100644 --- a/net/p5-ZeroMQ/Makefile +++ b/net/p5-ZeroMQ/Makefile @@ -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> diff --git a/net/p5-ZeroMQ/pkg-descr b/net/p5-ZeroMQ/pkg-descr index 779176401869..5788f3e7b1cb 100644 --- a/net/p5-ZeroMQ/pkg-descr +++ b/net/p5-ZeroMQ/pkg-descr @@ -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/ |