diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-07-02 00:47:14 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-07-02 00:47:14 +0000 |
commit | f1c5b78c485b8330d92249bb1b72e002c1b429a0 (patch) | |
tree | ce0ba039e73aa26cf274cd42e00f7ac94a9a3b5c /net/p5-Net-AMQP-RabbitMQ/Makefile | |
parent | 58c64d8bbb6675f107ee162754b03fc686bb65d0 (diff) |
Mark various ports broken on mips64 and, where appropriate, mips.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=473692
Diffstat (limited to 'net/p5-Net-AMQP-RabbitMQ/Makefile')
-rw-r--r-- | net/p5-Net-AMQP-RabbitMQ/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/p5-Net-AMQP-RabbitMQ/Makefile b/net/p5-Net-AMQP-RabbitMQ/Makefile index 7717e8e91275..4cb62bfa7a48 100644 --- a/net/p5-Net-AMQP-RabbitMQ/Makefile +++ b/net/p5-Net-AMQP-RabbitMQ/Makefile @@ -9,6 +9,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Interact with RabbitMQ over AMQP using librabbitmq +NOT_FOR_ARCHS= mips mips64 +NOT_FOR_ARCHS_REASON= Endianness not known + BUILD_DEPENDS= p5-Math-Int64>0.34:math/p5-Math-Int64 RUN_DEPENDS:= ${BUILD_DEPENDS} |