68c3f4e0bc
PR: 191713 Submitted by: Bill Brinzer ================================================================ Net::RabbitFoot is an AMQP(Advanced Message Queuing Protocol) client library, that is intended to allow you to interact with AMQP-compliant message brokers/servers such as RabbitMQ in an asynchronous fashion.
33 lines
999 B
Makefile
33 lines
999 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Net-RabbitFoot
|
|
PORTVERSION= 1.03
|
|
CATEGORIES= net devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:IKUTA
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bill.brinzer@gmail.com
|
|
COMMENT= Synchronous interface to AnyEvent::RabbitMQ
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-AnyEvent-RabbitMQ>=0:${PORTSDIR}/net/p5-AnyEvent-RabbitMQ \
|
|
p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \
|
|
p5-Coro>=0:${PORTSDIR}/devel/p5-Coro \
|
|
p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \
|
|
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
|
|
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
|
|
p5-MooseX-App-Cmd>=0:${PORTSDIR}/devel/p5-MooseX-App-Cmd \
|
|
p5-MooseX-AttributeHelpers>=0:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \
|
|
p5-MooseX-ConfigFromFile>=0:${PORTSDIR}/devel/p5-MooseX-ConfigFromFile
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|