ports/devel/p5-Test-Deep-Fuzzy/Makefile

21 lines
293 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>