openbsd-ports/devel/p5-YAML-XS/Makefile
bluhm c219595c3c Some distfiles contain ppport.h in a different directory. Adapt
MODPERL_REGEN_PPPORT to find it.
OK sthen@
2022-03-16 10:16:34 +00:00

23 lines
374 B
Makefile

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
MODPERL_REGEN_PPPORT = LibYAML/ppport.h
# To avoid skipping tests
TEST_DEPENDS = devel/p5-boolean
.include <bsd.port.mk>