opnsense-ports/net/p5-Net-AMQP-RabbitMQ/Makefile
Franco Fichtner eed4bcf14c */*: sync with upstream
Taken from: HardenedBSD
2018-07-08 14:22:51 +02:00

23 lines
493 B
Makefile

# $FreeBSD$
PORTNAME= Net-AMQP-RabbitMQ
PORTVERSION= 2.30000
CATEGORIES= net perl5
MASTER_SITES= CPAN
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}
USES= perl5
USE_PERL5= configure
PORTSCOUT= skipv:2.200002,2.200001,2.200000,2.100001,2.100000
.include <bsd.port.mk>