svn commit: r412688 - in head/net: . p5-Net-MQTT

Adam Weinberger adamw at adamw.org
Thu Apr 7 21:55:34 UTC 2016


> On 7 Apr, 2016, at 13:51, Olli Hauer <ohauer at freebsd.org> wrote:
> 
> Author: ohauer
> Date: Thu Apr  7 19:51:27 2016
> New Revision: 412688
> URL: https://svnweb.freebsd.org/changeset/ports/412688
> 
> Log:
>  dd new port p5-Net-MQTT
> 
> 
> +BUILD_DEPENDS=	p5-Getopt-Long>=0:devel/p5-Getopt-Long \
> +		p5-Carp>=0:devel/p5-Carp \
> +		p5-Module-Pluggable>=0:devel/p5-Module-Pluggable \
> +		p5-Pod-Usage>=0:devel/p5-Pod-Usage \
> +		p5-Time-HiRes>=0:devel/p5-Time-HiRes \
> +		p5-Net-Pcap>=0:net/p5-Net-Pcap

Hi Olli,

p5-Getopt-Long, p5-Carp, and p5-Time-HiRes are core perl modules, so this port probably shouldn't be depending on their ports. Also, p5-Pod-Usage is generally for author-only tests and not intended to be run by end-users (either way it is only ever used during 'make test', and is neither build nor run-time dependency).

All of the above also applies to the p5-AnyEvent-MQTT port.

# Adam


-- 
Adam Weinberger
adamw at adamw.org
http://www.adamw.org




More information about the svn-ports-all mailing list