freebsd-ports/net/p5-Net-RabbitMQ/Makefile
Andrej Zverev aeb3517c3b - Resolve of using PERL_CONFIGURE and USE_PERL5 together
- Convert to new perl5 framework
- Trim Makefile header

With hat:	perl@
2013-09-01 17:19:39 +00:00

22 lines
518 B
Makefile

# Created by: Steve Wills <steve@mouf.net>
# $FreeBSD$
PORTNAME= Net-RabbitMQ
PORTVERSION= 0.2.0
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JESUS
PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
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
USES= perl5
USE_PERL5= configure
MAN3= Net::RabbitMQ.3
.include <bsd.port.mk>