57f65bb42f
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 --/--
21 lines
382 B
Makefile
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>
|