Added: trunk/dports/perl/p5-dancer-session-cookie/Portfile (0 => 133246)
--- trunk/dports/perl/p5-dancer-session-cookie/Portfile (rev 0)
+++ trunk/dports/perl/p5-dancer-session-cookie/Portfile 2015-02-23 20:57:08 UTC (rev 133246)
@@ -0,0 +1,36 @@
+# -*- 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.16 5.18 5.20
+perl5.setup Dancer-Session-Cookie 0.25
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description Dancer::Session::Cookie - Encrypted cookie-based session backend for Dancer
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 a4209ff2cf8ade3d6c162637dc4b41f6e79e1403 \
+ sha256 c92f050f4d9af32c7c86035ee575309948ed58af10f8e9f42bf0214f73e361b4
+
+if {${perl5.major} != ""} {
+ depends_build-append \
+ port:p${perl5.major}-http-date \
+ port:p${perl5.major}-test-exception \
+ port:p${perl5.major}-test-nowarnings \
+ port:p${perl5.major}-test-www-mechanize-psgi
+
+ depends_lib-append \
+ port:p${perl5.major}-crypt-cbc \
+ port:p${perl5.major}-crypt-rijndael \
+ port:p${perl5.major}-dancer \
+ port:p${perl5.major}-session-storage-secure \
+ port:p${perl5.major}-string-crc32 \
+ port:p${perl5.major}-time-duration-parse
+
+ perl5.use_module_build
+ supported_archs noarch
+}
Property changes on: trunk/dports/perl/p5-dancer-session-cookie/Portfile
___________________________________________________________________