ports/devel/p5-Log-Log4perl-Appender-RabbitMQ/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
501 B
Makefile

PORTNAME= Log-Log4perl-Appender-RabbitMQ
PORTVERSION= 0.200002
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ABRAXXA
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module which allows logging to RabbitMQ via log4perl
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ${LOCALBASE}/bin/l4p-tmpl:devel/p5-Log-Log4perl \
p5-Net-AMQP-RabbitMQ>=2.30000:net/p5-Net-AMQP-RabbitMQ \
p5-Readonly>0:devel/p5-Readonly
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>