# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           GD-Barcode 1.15
maintainers           narf_tm openmaintainer
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

depends_lib-append    port:p5-gd

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
