Added: trunk/dports/perl/p5-session-storage-secure/Portfile (0 => 133245)
--- trunk/dports/perl/p5-session-storage-secure/Portfile (rev 0)
+++ trunk/dports/perl/p5-session-storage-secure/Portfile 2015-02-23 20:55:36 UTC (rev 133245)
@@ -0,0 +1,40 @@
+# -*- 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 Session-Storage-Secure 0.010 ../by-authors/id/D/DA/DAGOLDEN
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description Session::Storage::Secure - Encrypted, expiring, compressed, \
+ serialized session data with integrity
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 704a66625d02bca6b1c53be4c25161974abad435 \
+ sha256 3ef731772f7871bf4d5fe87387395c4b994345fc6268134b28978f82dde1c11f
+
+if {${perl5.major} != ""} {
+ depends_build-append \
+ port:p${perl5.major}-test-deep \
+ port:p${perl5.major}-test-fatal \
+ port:p${perl5.major}-number-tolerant
+
+ depends_lib-append \
+ port:p${perl5.major}-crypt-cbc \
+ port:p${perl5.major}-crypt-rijndael \
+ port:p${perl5.major}-crypt-urandom \
+ port:p${perl5.major}-digest-sha \
+ port:p${perl5.major}-math-random-isaac-xs \
+ port:p${perl5.major}-moo \
+ port:p${perl5.major}-moox-types-mooselike \
+ port:p${perl5.major}-namespace-clean \
+ port:p${perl5.major}-sereal-decoder \
+ port:p${perl5.major}-sereal-encoder \
+ port:p${perl5.major}-string-compare-constanttime
+
+ supported_archs noarch
+}
Property changes on: trunk/dports/perl/p5-session-storage-secure/Portfile
___________________________________________________________________