# $MidnightBSD: trunk/textproc/p5-YAML/Makefile 15903 2014-02-27 00:11:24Z laffer1 $

PORTNAME=	YAML
PORTVERSION=	0.87
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	YAML implementation in Perl

LICENSE=	artistic gpl
LICENSE_COMB=	dual

PERL_CONFIGURE=	yes

MAN3=	\
	Test::YAML.3 \
	YAML.3 \
	YAML::Any.3 \
	YAML::Dumper.3 \
	YAML::Dumper::Base.3 \
	YAML::Error.3 \
	YAML::Loader.3 \
	YAML::Loader::Base.3 \
	YAML::Marshall.3 \
	YAML::Node.3 \
	YAML::Tag.3 \
	YAML::Types.3

.include <bsd.port.mk>
