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

name                py-gyp-next
python.rootname     gyp_next
version             0.21.1
revision            0
categories-append   devel
platforms           any
license             BSD
maintainers         nomaintainer
description         A fork of the GYP build system
long_description    {*}${description} for use in the Node.js projects.
homepage            https://github.com/nodejs/gyp-next
checksums           rmd160  97ebffc2dfc74e60f50c3d824c85a52669440543 \
                    sha256  78f0aa7287fd8325664d8fe6a7ecbb56521ecbde6eccf1279d6afa2ea9e518b8 \
                    size    319972
supported_archs     noarch

python.versions     310 311 312 313 314
if {${subport} ne ${name}} {
    depends_lib-append  port:py${python.version}-packaging
}
