1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/net/p5-Net-RabbitMQ/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

23 lines
504 B
Makefile

PORTNAME= Net-RabbitMQ
PORTVERSION= 0.2.8
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JESUS
PKGNAMEPREFIX= p5-
DISTNAME= Net--RabbitMQ-${PORTVERSION}
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
post-patch:
@${RM} ${WRKSRC}/._*
.include <bsd.port.mk>