svn commit: r395135 - in head/www: . p5-HTTP-CookieMonster

Antoine Brodin antoine at FreeBSD.org
Wed Sep 2 06:01:16 UTC 2015


On Mon, Aug 24, 2015 at 12:18 AM, Jun Kuriyama <kuriyama at freebsd.org> wrote:
> Author: kuriyama
> Date: Sun Aug 23 22:18:32 2015
> New Revision: 395135
> URL: https://svnweb.freebsd.org/changeset/ports/395135
>
> Log:
>   This module was created because messing around with HTTP::Cookies is
>   non-trivial.  HTTP::Cookies a very useful module, but using it is not
>   always as easy and clean as it could be.
>
>   WWW: http://search.cpan.org/dist/HTTP-CookieMonster/
...
> Added: head/www/p5-HTTP-CookieMonster/Makefile
> ==============================================================================
> --- /dev/null   00:00:00 1970   (empty, because file is newly added)
> +++ head/www/p5-HTTP-CookieMonster/Makefile     Sun Aug 23 22:18:32 2015        (r395135)
...
> +RUN_DEPENDS=   \
> +       p5-HTTP-Cookies>0:${PORTSDIR}/www/p5-HTTP-Cookies \
> +       p5-Moo>=1.000003:${PORTSDIR}/devel/p5-Moo \
> +       p5-Safe-Isa>0:${PORTSDIR}/devel/p5-Safe-Isa \
> +       p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter \
> +       p5-URI>0:${PORTSDIR}/net/p5-Net
...

Hi,

The p5-URI/p5-Net line looks wrong.

Cheers,

Antoine


More information about the svn-ports-all mailing list