# $FreeBSD: textproc/p5-YAML/Makefile 327773 2013-09-20 23:17:30Z bapt $

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

MAINTAINER=	tobez@FreeBSD.org
COMMENT=	YAML implementation in Perl

USES=		perl5
USE_PERL5=	configure

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

NO_STAGE=	yes
.include <bsd.port.mk>
