1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/textproc/p5-YAML/Makefile
Anton Berezin f34779304b - Update to 0.84.
- Convert to the new header format.

Changes: http://cpansearch.perl.org/src/MSTROUT/YAML-0.84/Changes

Feature safe:	yes
2012-11-01 11:33:35 +00:00

29 lines
441 B
Makefile

# $FreeBSD$
PORTNAME= YAML
PORTVERSION= 0.84
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>