# $Id: Portfile 98686 2012-10-13 01:21:55Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         WWW-Shorten 2.04
revision            3
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Interface to URL shortening sites
long_description    ${description}

platforms           darwin

checksums           md5     9a1c2c2d5fa2e8454f706190964928f6 \
                    sha1    fd896080dbda2b76a8fe07db94f15a2163bd64e6 \
                    rmd160  b9cc3b016afba06c7f690123c44cd9425130bc3c

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

supported_archs noarch
}
