Ticket #58156: Portfile

File Portfile, 904 bytes (added by hyperbole (hyperbole), 6 years ago)

Portfile for p5-www-csrf

Line 
1# -*- 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
2
3PortSystem          1.0
4PortGroup           perl5 1.0
5
6perl5.branches      5.28
7perl5.setup         WWW-CSRF 1.00 ../by-authors/id/S/SE/SESSE
8
9platforms           darwin
10maintainers         nomaintainer
11license             {Artistic-1 GPL}
12
13supported_archs     noarch
14
15description         WWW::CSRF generateis and checks tokens to protect against CSRF attacks.
16
17long_description    ${description}
18
19checksums           rmd160  3455d1851451d51e4bd52e7fc1b3443537110fdb \
20                    sha256  0ce491dcf9f6b2e3d31db87c70b020551f63881e816511f57805e8f5c818e511 \
21                    size    5176
22
23if {${perl5.major} != ""} {
24    depends_lib-append \
25                    port:p${perl5.major}-bytes-random-secure \
26                    port:p${perl5.major}-digest-hmac
27}
28
29