afresh1 ab8c8e11fd Remove unnecessary variables for tests
These are no longer required, meant to remove it with the update commit
2020-12-05 21:26:14 +00:00

24 lines
409 B
Makefile

# $OpenBSD: Makefile,v 1.25 2020/12/05 21:26:14 afresh1 Exp $
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>