1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/textproc/p5-YAML-Syck/Makefile
2018-10-25 22:34:52 +00:00

20 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>