# -*- 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.15.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  c713e3b3b803a208fbaea0103b21dbababd96f8f \
                    sha256  84c19e788d7d7ee248e4a6b7152f8ebba0f4fe7380a5f443ca17d76c030052d2 \
                    size    4189196

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