You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1.0 KiB
Tcl
29 lines
1.0 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup perl5 1.0
|
|
|
|
perl5.branches 5.28 5.30 5.32 5.34
|
|
perl5.setup Crypt-Argon2 0.031 ../../authors/id/L/LE/LEONT
|
|
revision 0
|
|
license Apache-2
|
|
maintainers {devans @dbevans} openmaintainer
|
|
description Crypt::Argon2 - Perl interface to the Argon2 key derivation functions
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 2f75f053073fbffcdc63d6385f9e3a8b5c17c04e \
|
|
sha256 d65e51a1943ee8082512450dc352ae52951066cc0923fbb7f2e60afa5f164e2d \
|
|
size 42092
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-dist-build \
|
|
port:p${perl5.major}-test-simple
|
|
|
|
depends_lib-append \
|
|
port:p${perl5.major}-time-hires \
|
|
port:p${perl5.major}-xsloader
|
|
|
|
perl5.use_module_build
|
|
}
|