# -*- 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 PortGroup fuse 1.0 name py-llfuse version 1.5.0 revision 0 checksums rmd160 81cd43b01454815baaf97ddc920099c8315a20c9 \ sha256 d094448bb4eb20099537be53dc2b5b2c0369d36bde09207a9bb228cc3cd58ee1 \ size 869259 categories-append devel fuse license LGPL-2+ maintainers nomaintainer description Python bindings for the low-level FUSE API long_description Python-LLFUSE is a set of Python bindings for the low \ level FUSE API. homepage https://github.com/python-llfuse/python-llfuse/ python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append port:pkgconfig post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} LICENSE Changes.rst \ README.rst ${destroot}${docdir} } }