freebsd-ports/textproc/p5-YAML-Syck/Makefile
2020-11-03 08:51:58 +00:00

20 lines
358 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= YAML-Syck
PORTVERSION= 1.34
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Fast, lightweight YAML and JSON loader and dumper
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>