afresh1 90125418c9 Update devel/p5-YAML-XS to 0.82
Does include the breaking change to:
> Set $YAML::LoadBlessed default to false to make it more secure
2020-12-06 02:03:33 +00:00

23 lines
396 B
Makefile

# $OpenBSD: Makefile,v 1.24 2020/12/06 02:03:33 afresh1 Exp $
COMMENT = YAML Serialization using XS and libyaml
MODULES = cpan
V = 0.82
DISTNAME = YAML-LibYAML-$V
PKGNAME = p5-YAML-XS-$V
CATEGORIES = devel
MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
WANTLIB = c perl
# To avoid skipping tests
TEST_DEPENDS = devel/p5-boolean
.include <bsd.port.mk>