mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
19 lines
362 B
Makefile
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>
|