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