1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/textproc/p5-YAML-Syck/Makefile
2013-03-11 13:26:47 +00:00

19 lines
362 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= YAML-Syck
PORTVERSION= 1.25
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Fast, lightweight YAML and JSON loader and dumper
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= < /dev/null
MAN3= JSON::Syck.3 YAML::Syck.3
.include <bsd.port.mk>