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

PortSystem      1.0
PortGroup       perl5 1.0

perl5.setup     Business-ISBN-Data 1.17
maintainers     nomaintainer
description     ISBN data required for use of Business::ISBN
long_description \
                This package provides ISBN data used by the Business::ISBN \
                family of Perl modules to associate countries with ISBN \
                codes.  It has been made a separate module so that it can be \
                updated independently of the Business::ISBN code.

checksums       md5     124ca2be2939da63029178b06395ddfa \
                sha1    dde06813daa5af511dc4414b7bf936b54ec301b7 \
                rmd160  41445035cfaabce75c2a4e0e5b60619c667a38e7

platforms       darwin

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