openbsd-ports/devel/p5-YAML-XS/Makefile
sthen 57f65bb42f actually add the p5-YAML-XS security patch that was intended to have gone in
the previous commit, and bump. pointed out by landry@, thanks!

--/--
update to p5-YAML-XS (YAML-LibYAML) 0.38 and add a SECURITY patch to fix
format string problems; https://rt.cpan.org/Public/Bug/Display.html?id=46507
--/--
2012-03-09 17:09:52 +00:00

21 lines
382 B
Makefile

# $OpenBSD: Makefile,v 1.8 2012/03/09 17:09:52 sthen Exp $
COMMENT = YAML implementation using XS and libyaml
SHARED_ONLY = Yes
MODULES = cpan
V = 0.38
REVISION = 0
DISTNAME = YAML-LibYAML-$V
PKGNAME = p5-YAML-XS-$V
CATEGORIES = devel
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
.include <bsd.port.mk>