25 lines
505 B
Makefile

# $OpenBSD: Makefile,v 1.6 2019/07/12 20:44:49 sthen Exp $
COMMENT = compare perl data structures
MODULES = cpan
PKG_ARCH = *
DISTNAME = Data-Compare-1.25
CATEGORIES = devel
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
# Same as Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/p5-File-Find-Rule>=0.1
# Additional depends to avoid skipping tests
TEST_DEPENDS += converters/p5-JSON \
devel/p5-Clone \
devel/p5-Test-Pod
# Porting Scalar::Properties will enable more tests
.include <bsd.port.mk>