Revision: 149717 https://trac.macports.org/changeset/149717 Author: devans@macports.org Date: 2016-06-29 09:57:40 -0700 (Wed, 29 Jun 2016) Log Message: ----------- p5-dancer2-session-cookie: new port, Dancer 2 session storage in secure cookies. Added Paths: ----------- trunk/dports/perl/p5-dancer2-session-cookie/ trunk/dports/perl/p5-dancer2-session-cookie/Portfile Added: trunk/dports/perl/p5-dancer2-session-cookie/Portfile =================================================================== --- trunk/dports/perl/p5-dancer2-session-cookie/Portfile (rev 0) +++ trunk/dports/perl/p5-dancer2-session-cookie/Portfile 2016-06-29 16:57:40 UTC (rev 149717) @@ -0,0 +1,34 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup perl5 1.0 + +perl5.branches 5.22 5.24 +perl5.setup Dancer2-Session-Cookie 0.006 +license {Artistic-1 GPL} +maintainers devans openmaintainer +description Dancer2::Session::Cookie - Dancer 2 session storage in secure cookies +long_description ${description} + +platforms darwin + +checksums rmd160 4669a9569e900d7089f5933f32c11ab057f2211a \ + sha256 5bdd20e1b59630051db91abefa75c2ef3f2097a83986ca1cfa337ed7c9eabf41 + +if {${perl5.major} != ""} { + depends_build-append \ + port:p${perl5.major}-http-date \ + port:p${perl5.major}-libwww-perl \ + port:p${perl5.major}-test-simple \ + port:p${perl5.major}-test-tcp \ + port:p${perl5.major}-yaml + + depends_lib-append \ + port:p${perl5.major}-dancer2 \ + port:p${perl5.major}-moo \ + port:p${perl5.major}-session-storage-secure + + supported_archs noarch + perl5.use_module_build +} Property changes on: trunk/dports/perl/p5-dancer2-session-cookie/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
devans@macports.org