openbsd-ports/devel/p5-Test-Deep-Fuzzy/Makefile
2022-03-11 18:49:30 +00:00

21 lines
293 B
Makefile

COMMENT = fuzzy number comparison with Test::Deep
DISTNAME = Test-Deep-Fuzzy-0.01
REVISION = 0
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-Test-Deep \
math/p5-Math-Round
CONFIGURE_STYLE = modbuild tiny
PKG_ARCH = *
.include <bsd.port.mk>