2013-09-01 19:19:39 +02:00
|
|
|
# Created by: Steve Wills <steve@mouf.net>
|
2010-09-08 05:44:23 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-RabbitMQ
|
2011-05-07 22:04:21 +02:00
|
|
|
PORTVERSION= 0.2.0
|
2010-09-08 05:44:23 +02:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-05-07 22:04:21 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:JESUS
|
2010-09-08 05:44:23 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-12-06 04:28:40 +01:00
|
|
|
MAINTAINER= swills@FreeBSD.org
|
2010-09-08 05:44:23 +02:00
|
|
|
COMMENT= Perl module to interact with RabbitMQ over AMQP using librabbitmq
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/sbin/rabbitmqctl:${PORTSDIR}/net/rabbitmq
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/sbin/rabbitmqctl:${PORTSDIR}/net/rabbitmq
|
|
|
|
|
2013-09-01 19:19:39 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2010-09-08 05:44:23 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|