# -*- 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
# $Id$

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.16 5.18 5.20 5.22
perl5.setup         GD-Barcode 1.15
revision            3
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Create barcode image with GD
long_description    GD::Barcode is a subclass of GD and allows you to \
                    create barcode image with GD. This module based on \
                    \"Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22\".

checksums           rmd160  b878975e5e53fee84bc095a78f965e0c9dd5ab49 \
                    sha256  8c22b449079dce65946ec72acf6d3db78753045e7738c5101bc26932c9704967

platforms           darwin
supported_archs     noarch

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-gd
}