# -*- 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.4.1
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  ba021a6a31fcf04ba80174a197d916656692289d \
                    sha256  4b702887986995933d4300836b04d6d02a43bc72b52e4f7e93a4ca608b959197 \
                    size    4392721

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