mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Resolve of using PERL_CONFIGURE and USE_PERL5 together
- Convert to new perl5 framework - Trim Makefile header With hat: perl@
This commit is contained in:
parent
83fde1bab9
commit
aeb3517c3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325886
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Net-RabbitMQ
|
||||
# Date created: 2010-09-07
|
||||
# Whom: Steve Wills <steve@mouf.net>
|
||||
#
|
||||
# Created by: Steve Wills <steve@mouf.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-RabbitMQ
|
||||
PORTVERSION= 0.2.0
|
||||
@ -18,8 +14,8 @@ 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
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Net::RabbitMQ.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user