freebsd-ports/textproc/p5-YAML-Syck/Makefile
2018-10-25 22:34:52 +00:00

19 lines
358 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= YAML-Syck
PORTVERSION= 1.31
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>