# -*- 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           npm 1.0

name                pnpm
version             10.6.0
revision            0

categories          devel
license             MIT
maintainers         {@sainnhe gmail.com:sainnhe} openmaintainer

description         Fast, disk space efficient package manager
long_description    pnpm is a fast, disk space efficient package manager, \
                    it uses a content-addressable filesystem to store all \
                    files from all module directories on a disk.

homepage            https://pnpm.io

checksums           rmd160  1708c7fbb64980ff82e4ae9596c3cf597b81edbb \
                    sha256  71ea235e611e2c8e6043ffca1c278f82089f71dfec4d1e9d01b47825e5e92f89 \
                    size    4396235

platform darwin {
    if {${os.major} < 20} {
        # 10.15-
        npm.nodejs_version \
                    18
        npm.version 9
    }
}
