# -*- 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           github 1.0
PortGroup           fuse 1.0

github.setup        s3fs-fuse s3fs 1.93 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            0
categories          fuse
maintainers         {adfernandes @adfernandes} openmaintainer
description         Amazon S3 filesystem for FUSE
long_description    \
    FUSE-based file system backed by Amazon S3. Mount a bucket as a \
    local file system read/write. Store files/folders natively and \
    transparently.

license             GPL-2

checksums           rmd160  081bdca0c3b799cf46af80def1a03a5a0d2cca6b \
                    sha256  d424cefc5b8c31a997ac34c4b11c11b778de59be9e6cf271145aaa532369fad2 \
                    size    284435

use_autoreconf      yes

depends_lib-append \
    port:curl \
    port:libxml2 \
    bin:ssh:openssh
