mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
3d61759f02
Interact with RabbitMQ over AMQP using librabbitmq WWW: https://github.com/net-amqp-rabbitmq/net-amqp-rabbitmq
19 lines
358 B
Makefile
19 lines
358 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
|
|
|
|
BUILD_DEPENDS= p5-Math-Int64>0.34:math/p5-Math-Int64
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|