aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-YAML-Syck/Makefile
blob: 346da4cb2102801bacf61b9b7b340320f798c23f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$

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

MAINTAINER= tobez@FreeBSD.org
COMMENT=    Fast, lightweight YAML and JSON loader and dumper

USES=       perl5
USE_PERL5=  configure
CONFIGURE_ARGS+=    < /dev/null

MAN3=       JSON::Syck.3 YAML::Syck.3

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