# $Id: Portfile 82782 2011-08-20 01:07:52Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           GD-Barcode 1.15
revision              2
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\".

platforms             darwin

checksums             md5 53788170efb00b671ffb6ced5b5b897b \
                      sha1 e9ecbcb5085e29efb0de61a1fa4e50daea5846fd \
                      rmd160 b878975e5e53fee84bc095a78f965e0c9dd5ab49

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

supported_archs noarch
}
