# $Id: Portfile 103540 2013-02-28 16:39:57Z dluke@macports.org $

PortSystem		1.0
PortGroup		perl5 1.0

perl5.branches		5.8 5.10 5.12 5.14 5.16
perl5.setup		CPAN-Meta-Requirements 2.122
license			{Artistic-1 GPL}
maintainers		nomaintainer
description		a set of version requirements for a CPAN dist
long_description	${description}

platforms		darwin

checksums	rmd160	b3c51e1c5691d6fafb49daf1d1ecae0f5cec6d41 \
		sha256	d0399f89f9fecc00f4db1db6222e04d35f86472562b2541d194a5a9f385d02bb

supported_archs noarch

if {${perl5.major} != ""} {
depends_lib-append	port:p${perl5.major}-scalar-list-utils \
			port:p${perl5.major}-version
}
