# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem      1.0
PortGroup       perl5 1.0

perl5.setup     Sort-Versions 1.5
maintainers     nomaintainer
description     A perl 5 module for sorting of revision-like numbers.
long_description Sort::Versions allows easy sorting of mixed non-numeric and numeric \
                strings, like the 'version numbers' that many shared library systems \
                and revision control packages use. This is quite useful if you are \
                trying to deal with shared libraries. It can also be applied to applications \
                that intersperse variable-width numeric fields within text.

platforms       darwin
checksums       md5 5434f948fdea6406851c77bebbd0ed19

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