# $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem		1.0
PortGroup		perl5 1.0

perl5.setup		Algorithm-Annotate 0.10
revision		2
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
