aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-YAML/Makefile
blob: 9edc1c980653d564d9180a844dd0b0cdfecd4fd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $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>