# $MidnightBSD: trunk/devel/p5-Algorithm-C3/Makefile 15462 2013-09-17 03:15:41Z laffer1 $

PORTNAME=	Algorithm-C3
PORTVERSION=	0.08
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ctriv@MidnightBSD.org
COMMENT=	Module for merging hierarchies using the C3 algorithm

LICENSE=	perl

PERL_MODBUILD=	yes

MAN3=		Algorithm::C3.3

.include <bsd.port.mk>

