diff options
author | az <az@FreeBSD.org> | 2013-09-02 01:19:39 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 01:19:39 +0800 |
commit | 8f16691947089cb377549b57bcb2c2b44e7d74d5 (patch) | |
tree | 73f6c219312b1d80c0d44f06a8fc91a43b194dc7 /net | |
parent | 139098d29ff15ca1187a82e877a2a7fe133f6f39 (diff) | |
download | freebsd-ports-gnome-8f16691947089cb377549b57bcb2c2b44e7d74d5.tar.gz freebsd-ports-gnome-8f16691947089cb377549b57bcb2c2b44e7d74d5.tar.zst freebsd-ports-gnome-8f16691947089cb377549b57bcb2c2b44e7d74d5.zip |
- Resolve of using PERL_CONFIGURE and USE_PERL5 together
- Convert to new perl5 framework
- Trim Makefile header
With hat: perl@
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-RabbitMQ/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/net/p5-Net-RabbitMQ/Makefile b/net/p5-Net-RabbitMQ/Makefile index 1acfc14e6018..6acb24c8a8c5 100644 --- a/net/p5-Net-RabbitMQ/Makefile +++ b/net/p5-Net-RabbitMQ/Makefile @@ -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 |