Ticket #50959: Portfile.2

File Portfile.2, 923 bytes (added by kngspook@…, 8 years ago)

p5-json-webtoken Portfile (new)

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# $Id$
3
4PortSystem          1.0
5PortGroup           perl5 1.0
6
7perl5.branches      5.16 5.18 5.20 5.22
8perl5.setup         JSON-WebToken 0.10
9platforms           darwin
10maintainers         nomaintainer
11license             Artistic-1 GPL
12supported_archs     noarch
13
14description         Perl JSON Web Token (JWT) implementation.
15long_description    ${description}
16
17checksums           rmd160 58e7b62016412247b38360ec820fccabff314fdf \
18                    sha256 77c182a98528f1714d82afc548d5b3b4dc93e67069128bb9b9413f24cf07248b
19
20if {${perl5.major} != ""} {
21    depends_build-append \
22                    port:p${perl5.major}-test-requires
23    depends_lib-append \
24                    port:p${perl5.major}-json \
25                    port:p${perl5.major}-module-runtime
26}
27
28perl5.use_module_build