mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
4f538db960
With hat: portmgr-secretary
24 lines
551 B
Makefile
24 lines
551 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= perl@FreeBSD.org
|
|
COMMENT= Perl module to interact with RabbitMQ over AMQP using librabbitmq
|
|
WWW= https://metacpan.org/release/Net--RabbitMQ
|
|
|
|
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>
|