# $Id: Portfile 109211 2013-08-10 12:53:12Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         Net-Appliance-Phrasebook 1.2
revision            3
license             GPL-2
maintainers         nomaintainer
description         Network appliance command-line phrasebook
long_description    A simple module that contains a number of dictionaries for \
                    the command-line interfaces of some popular network appliances.

platforms           darwin

checksums           md5 896b4d804afbc58d8646b5b97a59e393

if {${perl5.major} != ""} {
depends_lib-append  port:p${perl5.major}-class-data-inheritable \
                    port:p${perl5.major}-list-moreutils \
                    port:p${perl5.major}-data-phrasebook \
                    port:p${perl5.major}-data-phrasebook-loader-yaml

supported_archs noarch
}
