# -*- 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           ocaml 1.1

name                ocaml-pecu
github.setup        mirage pecu 0.7 v
revision            2
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             MIT
description         Encoder/Decoder of Quoted-Printable
long_description    {*}${description} (RFC2045 & RFC2047).
use_bzip2           yes
extract.suffix      .tbz
distname            pecu-${version}
checksums           rmd160  3b3d9047c693adf5ac1484ba36cc749e90673044 \
                    sha256  ad7477b5b16428d33c32440067684953d94efaa43faaf620857918bace9fd778 \
                    size    13280
github.tarball_from releases

ocaml.build_type    dune
