2022-03-11 18:49:30 +00:00

22 lines
346 B
Makefile

COMMENT = YAML Ain't Markup Language
MODULES = cpan
PKG_ARCH = *
DISTNAME = YAML-1.30
CATEGORIES = devel
MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
# really, you want the faster one
RUN_DEPENDS = devel/p5-YAML-XS
TEST_DEPENDS = devel/p5-Test-Deep \
devel/p5-Test-YAML>=1.05
.include <bsd.port.mk>