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

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         PDF-Reuse 0.39
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Reuse and mass produce PDF documents
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  24e4a390b4effe099c49577690a939bdf5b04b01 \
                    sha256  93e3a21851d9f8a5b5c93e84c1796e6c2f3ef999e0f4c819723840c4dbbc9d07

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-deep

    depends_lib-append \
                    port:p${perl5.major}-font-ttf \
                    port:p${perl5.major}-text-pdf \
                    port:p${perl5.major}-io-compress

    supported_archs noarch
}
