# -*- 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-nodeenv version 1.8.0 revision 0 categories-append devel platforms {darwin any} supported_archs noarch license BSD maintainers {reneeotten @reneeotten} openmaintainer description Node.js virtual environment builder long_description {*}${description} homepage https://github.com/ekalinin/nodeenv checksums rmd160 479f80f92ba139d6357053dd869df02063357cb3 \ sha256 d51e0c37e64fbf47d017feac3145cdbb58836d7eee8c6f6d3b6880c5456227d2 \ size 36669 python.versions 39 310 311 312 if {${name} ne ${subport}} { post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} AUTHORS CHANGES \ LICENSE README README.rst ${destroot}${docdir} } }