# $Id: Portfile 94655 2012-06-26 06:25:00Z jmr@macports.org $

PortSystem		1.0
PortGroup		perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup		Algorithm-Annotate 0.10
revision		3
maintainers		geeklair.net:dluke openmaintainer
description		This is a Perl extension for representing a series of changes in annotate form.
license			{GPL Artistic}

long_description	${description}

checksums	md5	453395489640e28fc772944ef08d396b \
		sha1	7d6c94c4911d6472e0007dfb64210960a5255169 \
		rmd160	f068df0cf68b6fd0093319da4137807256d440b5

platforms		darwin

if {${perl5.major} != ""} {
    depends_lib-append	port:p${perl5.major}-algorithm-diff
}

supported_archs noarch
