freebsd-ports/net/p5-Net-RabbitMQ/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

21 lines
486 B
Makefile

# Created by: Steve Wills <steve@mouf.net>
# $FreeBSD$
PORTNAME= Net-RabbitMQ
PORTVERSION= 0.2.0
PORTREVISION= 1
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:net/rabbitmq
RUN_DEPENDS= ${LOCALBASE}/sbin/rabbitmqctl:net/rabbitmq
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>