1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/textproc/p5-YAML/Makefile
Anton Berezin 8b1ebe2ae2 Update to 0.81.
PR:		167117
Submitted by:	sunpoet
Changes:	http://search.cpan.org/dist/YAML/Changes
2012-05-21 11:25:16 +00:00

34 lines
576 B
Makefile

# New ports collection makefile for: textproc/p5-YAML
# Date created: 01 May 2003
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= YAML
PORTVERSION= 0.81
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= YAML implementation in Perl
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>