From a2288cce226c81e0e2b066707f0233d77c0cb5c6 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Sun, 30 Oct 2011 11:55:56 +0000 Subject: AnyMQ::AMQP is AnyMQ trait to work with AMQP servers. WWW: http://search.cpan.org/dist/AnyMQ-AMQP/ --- net/p5-AnyMQ-AMQP/Makefile | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 net/p5-AnyMQ-AMQP/Makefile (limited to 'net/p5-AnyMQ-AMQP/Makefile') diff --git a/net/p5-AnyMQ-AMQP/Makefile b/net/p5-AnyMQ-AMQP/Makefile new file mode 100644 index 000000000000..9a543d90c22f --- /dev/null +++ b/net/p5-AnyMQ-AMQP/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: p5-AnyMQ-AMQP +# Date created: 2011-10-29 +# Whom: Cheng-Lung Sung +# +# $FreeBSD$ +# + +PORTNAME= AnyMQ-AMQP +PORTVERSION= 0.30 +CATEGORIES= net devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:CLKAO +PKGNAMEPREFIX= p5- + +MAINTAINER= clsung@FreeBSD.org +COMMENT= AMQP binding for AnyMQ + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= p5-AnyMQ>=0:${PORTSDIR}/devel/p5-AnyMQ \ + p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-AnyEvent-RabbitMQ>=0:${PORTSDIR}/net/p5-AnyEvent-RabbitMQ \ + p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny + +TEST_DEPENDS= ${RUN_DEPENDS} +PERL_CONFIGURE= yes + +MAN3= AnyMQ::AMQP.3 + +.if defined(MAINTAINER_MODE) +regression-test: build + cd ${WRKSRC} && ${MAKE} test +.endif + +.include -- cgit v1.2.3